v1
latestOpenAPI 3.0.02026-07-17121287546.7 KBDeprecated: Platform OAuth Clients
Create an OAuth client
<Warning>These endpoints are deprecated and will be removed in the future.</Warning>
post/v2/oauth-clients
Headers
Authorizationstring required
value must be Bearer <token> where <token> is api key prefixed with cal_
Request body
Response
Create an OAuth client
Example response
{
"status": "success",
"data": {
"clientId": "clsx38nbl0001vkhlwin9fmt0",
"clientSecret": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoib2F1dGgtY2xpZW50Iiwi"
}
}