Get Collection Realtime Key
curl --request POST \
--url https://api.example.com/{version}/realtime-keys/collection \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"session_id": 123,
"source_type": "<string>",
"reference_id": "<string>"
}
'{
"access_token": "<string>",
"expires_in": 123
}realtime-keys
Get Collection Realtime Key
POST
/
{version}
/
realtime-keys
/
collection
Get Collection Realtime Key
curl --request POST \
--url https://api.example.com/{version}/realtime-keys/collection \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"session_id": 123,
"source_type": "<string>",
"reference_id": "<string>"
}
'{
"access_token": "<string>",
"expires_in": 123
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Allowed value:
"v1"Body
application/json
Last modified on June 23, 2026
Was this page helpful?
⌘I
