GET
/
v0
/
ott
/
token
Get 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>' \
  --header 'x-bluvo-project-id: <api-key>' \
  --header 'x-bluvo-wallet-id: <api-key>'
{
  "idem": "c6b20b11-297a-4721-895b-c1a6abc1ea02",
  "ott": "eyJhbGciOiJIUzI1NiJ9.eyJvcmdJZCI6ImEyZTk4NDA5LWNkNjgtNDhjNC04NTNjLTczZDkyMjg3NjRjMCIsImlkZW0iOiJjN2UzNjViYS04MjRhLTQ1MWQtYjM3Ny04MDI2NzQ2MTdkZmMiLCJpYXQiOjE3NTMyMDEzMDQsImV4cCI6MTc1MzIwNDkwNH0.xwwx-Jl1ij1S1vufBfAI8btytCr_9skTqFTPPh5qVOI",
  "topic": {
    "success": true,
    "name": "c6b20b11-297a-4721-895b-c1a6abc1ea02",
    "token": "eyJlbmRwb2ludCI6ImNlbGwtNC11cy13ZXN0LTItMS5wcm9kLmEubW9tZW50b2hxLmNvbSIsImFwaV9rZXkiOiJleUpoYkdjaU9pSklVekkxTmlKOS5leUp6ZFdJaU9pSm1iRzlBWW14MWRtOHVZMjhpTENKMlpYSWlPakVzSW5BaU9pSkZhRWxMUlVKSlQwTkJTV0ZEUVc5SFlqSkdNV1JIWjNsSlowRTlJbjAuU0Y2M3NHWkoxYUdKckJpRVZCdXZlbG9pOEFWWkNFVzd1ZnNOUklGYUx5dyJ9",
    "expiresAt": 1752425364044
  }
}

Authorizations

x-bluvo-api-key
string
header
required

Bluvo API Key

x-bluvo-org-id
string
header
required

Bluvo Organization ID

x-bluvo-project-id
string
header
required

Bluvo Project ID

x-bluvo-wallet-id
string
header
required

Bluvo Wallet ID

Query Parameters

wantOtt
enum<string>

Optional. If true, the response will include a One-Time Token (OTT) for accessing private endpoints.

Available options:
true,
false
wantSubscribe
enum<string>

Optional. If true, the response will include a subscription token for WebSocket streaming of workflow updates.

Available options:
true,
false

Response

200 - application/json

Successful response

The response is of type object.