Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

delivery_id
string
required

The unique delivery id returned from the delivery API endpoint

Response

200 - application/json

OK

id
string
delivery_files
object[]

List of delivered files

status
enum<string>

Status of the delivery

Available options:
done,
canceled,
failed