cURL
curl --request GET \ --url https://functions.siro.ai/api-externalApi/v1/core/oauth/apps/{clientId} \ --header 'Authorization: Bearer <token>'
{ "data": { "appName": "<string>", "clientId": "<string>", "organizationId": "<string>", "owner": "<string>", "deleted": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z" }, "cursor": "<string>", "pageSize": 123, "limit": 123, "total": 123, "hasNextPage": true }
This endpoint returns the OAuth app with the given client ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Get a specific OAuth app
Show child attributes