v50

latestOpenAPI 3.0.3raw.githubusercontent.com2025-01-2810050281.4 KB
Labels

Get Labels

Gets list of labels for the account

get/v1/accounts/{{account_id}}/labels

Path parameters

account_idstring required

Video Cloud account ID.

Headers

Authorizationstring required

Authorization: Bearer {access_token} - see Getting Access Tokens

Response

200

account_idstring

The Video Cloud account id

labelsstring[]

Array of labels that exist for the account

versioninteger

An internal version tracker

Example response

{
  "account_id": "57838016001",
  "labels": [
    "/nature/birds",
    "/nature/birds/shorebirds",
    "/nature/birds/forestbirds",
    "/nature/mammals/seamammals"
  ]
}