This Endpoint is Deprecated. Please use the /search
endpoint instead.
Endpoint
Tip |
---|
Example Request
...
Code Block http://stg.api.adcellerant.com/order?advertiserId=123&pageNumber=1&pageSize=25
Example Response
...
Status: 200 OK
Expand | |||||
---|---|---|---|---|---|
| |||||
|
Header Specifications
header | value |
---|---|
Authorization | Basic <your encoded value> |
See: Authentication
Input Specifications
Parameters
advertiserId (optional, required if no authorizationId given)
authorizationId (optional, required if no advertiserId given)
pageNumber (optional, defaults to 1)
pageSize (optional, defaults to 25)
Output Specifications
Pagination Information
Total number of results
Total number of pages
The current page number
The page size
Results
The page of orders that match the query params
...