/
Get Order
Get Order
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
GET https://api.adcellerant.com/order/{id}
Example Request
GET https://api.adcellerant.com/order/12345
Example Response
Status: 200 OK
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
Related content
Order API
Order API
Read with this
Update Order
Update Order
More like this
Get Product Listings
Get Product Listings
More like this
Search Orders
Search Orders
More like this
Get Authorizations
Get Authorizations
More like this
Authentication
Authentication
More like this