Media Types
Media Types are a list of standard OOH formats.
The Media Type Object
id: integer
source: direct | rtb
name: string
subtype: array[string]
Endpoints
List Media Types
GET /media_types
Returns: paginated array of media type objects inside a "records" key
Header parameters
X-PARTNER-TOKENstringOptional
Responses
200
successful
application/json
get
GET /v1/media_types HTTP/1.1
Host: api.adquick.com
Accept: */*
200
successful
{
"records": [
{
"id": 1,
"name": "text"
}
],
"pagination": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_pages": 1,
"total_entries": 1
}
}
Last updated