...
Tip |
---|
GET https://api.adcellerant.com/order/{id} |
Example
...
Request
Code Block |
---|
GET https://api.adcellerant.com/order/12345 |
Example Response
Status: 200 OK
Expand | ||
---|---|---|
| ||
|
Header Specifications
header | value |
---|---|
Authorization | Basic <your encoded value> |
See: Authentication
Input Specifications
Field | Description |
---|---|
id (path variable) | the id of the order to retrieve |
Output Specifications
The order object is returned
See: Order Response
Example Request:
- https://api.adcellerant.com/order/456