GET
/
clients
Fetch Clients
curl --request GET \
  --url https://api.chat-dash.com/v1/public/clients \
  --header 'Authorization: <authorization>'
[
  {
    "_id": "<string>",
    "name": "<string>",
    "language": "en",
    "isSaasClient": false
  }
]

Headers

Authorization
string
required

All requests to the ChatDash API must be validated with the agency API Key found on your agency profile

Response

OK

_id
string

The ID of the client

name
string

The client's name

language
string
default:en

The client's dashboard language setting (ISO 639-1)

isSaasClient
boolean
default:false

Indicates if the client is a SaaS client