cURL
curl --request POST \ --url https://functions.siro.ai/api-externalApi/v1/core/oauth/apps \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "appName": "<string>", "owner": "<string>", "organizationId": "<string>" } '
{ "appName": "<string>", "clientID": "<string>", "clientSecret": "<string>" }
This endpoint generates the client_id and client_secret you will need to generate OAuth tokens at a user scope.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
The user that created this OAuth app.
The organization that owns this OAuth app.
Create a new OAuth application for an organization