GET
/
organizations
/
{organizationId}
/
agents
List Organization Agents
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
  }
]

Headers

x-partner-api-key
string
required

Partner API key for authentication

Query Parameters

organizationId
string
required

Organization ID to filter subscriptions

Response

200
application/json

OK

The response is of type object[].