Orders

List All Orders of the Subscription

get

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
get
GET /v1/subscriptions/{subId}/orders HTTP/1.1
Host: api.digitalriver.com
token: text
Accept: */*
[
  {
    "id": "text"
  }
]

Last updated