Skip to main content
GET
/
api
/
v1
/
misc
/
youtube
/
video-categories
Get YouTube video categories
curl --request GET \
  --url https://api.bundle.social/api/v1/misc/youtube/video-categories \
  --header 'x-api-key: <api-key>'
{
  "kind": "<string>",
  "etag": "<string>",
  "items": []
}

Authorizations

x-api-key
string
header
required

Query Parameters

teamId
string
required
regionCode
string

ISO 3166-1 alpha-2 country code (e.g., 'US', 'GB', 'PL'). Defaults to 'US'

Response

200

kind
string
etag
string
items
object[]