Deprecated: 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"
}
}Changes
Changed in 2 of the 50 revisions of this API.4
- ○
api tag
Deprecated: Platform OAuth Clientsaddedapi-tag-added
- ○
api tag
OAuth Clientsremovedapi-tag-removed
- ○
- ○
api tag
OAuth Clientsaddedapi-tag-added
- ○
api tag
Deprecated: Platform OAuth Clientsremovedapi-tag-removed
This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○