Skip to main content
POST
BatchGetDeliveries

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ids
string[]

Delivery ids to fetch (1–200, unique), as returned by ListDeliveries, Redeliver or SendTestDelivery.

Required array length: 1 - 200 elements
Maximum string length: 200

Response

200 - application/json

Success

deliveries
object

The deliveries found, keyed by id. Ids that do not exist are absent.