Comment on page
Fetch Deliveries
get
{baseUrl}
/deliveries
Fetch Deliveries
Fetch all deliveries you've made or fetch by customer ID and batchID. If no parameter is passed along the request, it will fetch all deliveries under your app ID
Parameters
Query
customerId
string
CustomerId passed along when making the delivery request
batchId
string
Batch Id generated for a delivery request
limit
number
The result limits for pagination, default is 10
page
number
page option for pagination, default is 1
Header
app_id
string
Your app ID
app_secret
string
Your app secret key
Responses
200
Deliveries successfully retrieved.
401
Invalid app_id or app_secret
Last modified 3mo ago