v1Resources/Media/getList media categories

List media categories

The fixed set of category values accepted by POST/DELETE /api/v1/locations/{id}/media (COVER, LOGO, INTERIOR, ...).

get/api/v1/media/categories
media:read
Response
dataobjectoptional
categoriesarray of stringoptional
The category values, in enforcement order.
Errors
401Missing, invalid, expired, or revoked API key.
403The key lacks the required scope, or isn't authorized for this client/location.
429Too many requests. Retry after the number of seconds in the Retry-After header.
get/api/v1/media/categories
Your API key
{
  "data": {
    "categories": [
      "COVER",
      "PROFILE",
      "LOGO",
      "EXTERIOR",
      "INTERIOR",
      "PRODUCT",
      "FOOD_AND_DRINK",
      "MENU",
      "AT_WORK",
      "TEAMS",
      "ROOMS",
      "COMMON_AREA",
      "ADDITIONAL"
    ]
  }
}