Table of Contents |
---|
pre-requisites
Overview
Request an order by its id. This is a rare endpoint where an authorizationId
is not used as input; however, the order must still pertain to an advertiser the requesting user is authorized to access.
Endpoint
Tip |
---|
GET https://api.adcellerant.com/order/{id} |
...
Expand | ||
---|---|---|
| ||
|
Header Specifications
Authorization
Input Specifications
Field | Description |
---|---|
id (path variable) | the id of the order to retrieve |
Output Specifications
The order object is returned
See: Order Response
...