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
Example response
{
"account_id": "57838016001",
"labels": [
"/nature/birds",
"/nature/birds/shorebirds",
"/nature/birds/forestbirds",
"/nature/mammals/seamammals"
]
}