v1

latestOpenAPI 3.0.32026-07-23194968.1 KB
OAuth

Create OAuth client

Create a new OAuth2 client application.

Required permissions, when user-scoped authentication is used: OAUTH_TOKEN_CREATE. Also, when the user-scoped authentication is used, user should have developer mode enabled.

post/api/v1/organization/oauth/clients/create

Request body

orgIdinteger

Organization ID, in which OAuth client will be created. If not provided, the organization, that is associated with the authentication token, will be used.

namestring required

Client application name

redirectUrlsstring[]

Redirect URIs

Response

OAuth client created successfully

orgIdinteger required

Organization ID, that the client belongs to

namestring required

Client application name

clientIdstring required

OAuth client ID

secretstring required

OAuth client secret

redirectUrlsstring[]

Allowed redirect URIs