cURL
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": "Airtable", "callback_url": "<string>", "account_id": "<string>" }'
{ "success": true, "data": {}, "message": "<string>" }
Saves OAuth white labeling information, or updates existing information if the client_id matches.
client_id
Your Klavis AI API key.
Successful Response
The response is of type object.
object