Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

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 acess.

Endpoint

GET https://api.adcellerant.com/order/{id}

Example Response:

  • Status: 200 OK

 GET https://api.adcellerant.com/authorization
{

}

Header Specifications

  • Authorization

Input Specifications

  • id - the id of the order

Output Specifications

  • The order

Example Request:

  • https://api.adcellerant.com/order/456

  • No labels