Orders
This API will list all orders associated with subscription. The most recent order id will be on the top of list.
Path parameters
subIdstringRequired
Subscription Id
Header parameters
tokenstringRequired
Basic authorization (dispatch Key and Secret) - Client Admin key or Full access token
Responses
200
OK
application/json
400
* Bad request
application/json
401
Please verify your API key and secret (if applicable) is correct.
404
* Not found
application/json
get
GET /v1/subscriptions/{subId}/orders HTTP/1.1
Host: api.digitalriver.com
token: text
Accept: */*
[
{
"id": "text"
}
]
Last updated