cURL
curl --request GET \ --url https://api.agents.slng.ai/v1/agents/livekit-deployments \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>" } ]
List LiveKit deployment names available to your organisation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
LiveKit deployment names.
255
Was this page helpful?