Last updated 9 months ago
Media Types are a list of standard OOH formats.
id: integer source: direct | rtb name: string subtype: array[string]
List Media Types
GET /media_types Returns: paginated array of media type objects inside a "records" key
/v1/media_types
curl -L \ --url 'https://www.example.com/v1/media_types'
{ "pagination": { "next_page": null, "prev_page": null, "current_page": 1, "total_pages": 1, "total_entries": 1 }, "records": [ { "name": "text", "id": 1 } ] }