API reference
Streams API
Create streams, claim deliveries, acknowledge work, and inspect quarantine records.
Claim deliveries
http
POST /v3/streams/northline-fulfillment/claims HTTP/1.1
Content-Type: application/json
{
"limit": 20,
"leaseSeconds": 30
}Acknowledge a delivery
http
POST /v3/deliveries/dlv_8J4C/settle HTTP/1.1
Content-Type: application/json
{
"result": "completed"
}