GET
/
clients
/
{clientId}
Fetch Client
curl --request GET \
  --url https://api.chat-dash.com/v1/public/clients/{clientId} \
  --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

Path Parameters

clientId
string
required

The ID of the client

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