HomeDocumentation and GuidesAPI Reference
API Reference

Get a list of creative approvals

Allows a media owner or a buyer organization to get a list of creative approvals.
* To include creative files info such as the URLs, use the $expand query parameter - Example: $expand=creative.creative_files- To retrieve approvals with a specific state, use the $filter query parameter, filtering on the state field. - The possible approval states are A for Approved, P for pending and R for rejected. - Example: $filter=state eq 'A' will only return approvals that have already been approved.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Parameter that allows us to filter a collection of resources that are addressed by a request URL. If the resource to be filtered is a string, wrap it in '%' to return results that contain that resource as a sub-string. Example uses of this attribute in the following URL. https://github.com/Microsoft/api-guidelines/blob/master/Guidelines.md#97-filtering

string

Parameter that allows us to return extra information, such as a line item's targeting criteria.

integer
Defaults to 100

The number of items to return (max 100)

integer
Defaults to 0

The number of items to skip before starting to collect the result set.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json