v1

latestOpenAPI 3.0.02026-08-04660400.1 KB

Create a new OAuth application for an organization

This endpoint generates the client_id and client_secret you will need to generate OAuth tokens at a user scope.

post/v1/core/oauth/apps

Request body

appNamestring required
ownerstring required

The user that created this OAuth app.

organizationIdstring required

The organization that owns this OAuth app.

Response

Create a new OAuth application for an organization

appNamestring required
clientIDstring required
clientSecretstring required