GET
/
white-labeling
/
get
/
{client_id}
curl --request GET \
  --url https://api.klavis.ai/white-labeling/get/{client_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {},
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Path Parameters

client_id
string
required

Response

200
application/json

Successful Response

The response is of type object.