List All The Media

This API allows you to retrieve all media by providing the required details in the request. Upon successful execution, the system returns a complete list of media resources for identification and management purposes.

Query Params
int32
required

The ID of the advertiser.

int32

The unique ID of the media file generated from the notify media upload complete call. When an advertiser ID and multiple media IDs are provided, the service shall return the media details qualifying for the first media ID.

string

The value represents the status of the media file. When an advertiser ID and multiple status are provided, the service shall return the media details qualifying for the first status.

Note:
- PENDING and PROCESSING status signify that the video is being processed at the backend for technical specification.
- LIVED status means that the video was associated with a campaign which went live and cannot be deleted.
- AVAILABLE signifies that the video is now available to be added to a campaign.
- FAILED signifies that the background process for video validation failed.

Headers
string
required

Auth signature as an API key.

string
required

We will provide you the consumer ID to access the API. It is same for all advertisers you access through the API.

integer
required

We will provide you with the KEY VERSION to access the API. It is same for all advertisers you access through the API.

integer
required

Timestamp for which the auth signature is generated. Use Unix epoch format.

Response

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