cURL
curl --request GET \ --url https://api.chat-dash.com/v1/partner/organizations/{organizationId}/agents \ --header 'x-partner-api-key: <x-partner-api-key>'
[ { "_id": "<string>", "name": "<string>", "platform": "voiceflow", "apiId": "<string>", "apiKey": "<string>", "platformCredentials": { "botId": "<string>", "workspaceId": "<string>" }, "usingExternalWidget": true, "available": true } ]
Get all agents assigned to an organization
Partner API key for authentication
Organization ID to filter subscriptions
OK
The response is of type object[].
object[]