GET
/
v0
/
ott
/
token
curl --request GET \
  --url https://api-bluvo.com/v0/ott/token \
  --header 'x-bluvo-api-key: <api-key>' \
  --header 'x-bluvo-org-id: <api-key>'
{
  "token": "ott_1234567890abcdef",
  "expiresAt": "2024-01-01T00:00:00.000Z"
}

Authorizations

x-bluvo-api-key
string
header
required

Bluvo API Key

x-bluvo-org-id
string
header
required

Bluvo Organization ID

Response

200 - application/json

Successful response

The response is of type object.