cURL
curl --request GET \ --url https://api.chat-dash.com/v1/public/clients \ --header 'Authorization: <authorization>'
[ { "_id": "<string>", "name": "<string>", "language": "en", "isSaasClient": false } ]
Fetch all clients in your agency
All requests to the ChatDash API must be validated with the agency API Key found on your agency profile
OK
The ID of the client
The client's name
The client's dashboard language setting (ISO 639-1)
Indicates if the client is a SaaS client