Orders
Get single order
Get single order, specified by order ID
GET
/
v1
/
orders
/
{orderId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
orderId
string
requiredOrder ID
Response
200 - application/json
Single order returned by ID
responseStatus
string
Brief response status
message
string
Full response message
data
object
Order details
Was this page helpful?