POST
/
white-labeling
/
create
curl --request POST \
  --url https://api.klavis.ai/white-labeling/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "client_id": "<string>",
  "client_secret": "<string>",
  "server_name": "Slack",
  "redirect_url": "<string>",
  "scope": "<string>",
  "account_id": "<string>"
}'
{
  "success": true,
  "data": {},
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Your Klavis AI API key.

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.