Skip to main content
GET
cURL

授权

Authorization
string
header
必填

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

路径参数

delivery_id
string
必填

The unique delivery id returned from the delivery API endpoint

响应

200 - application/json

OK

id
string
delivery_files
object[]

List of delivered files

status
enum<string>

Status of the delivery

可用选项:
done,
canceled,
failed