user
creates a new OAuth2 application
post/user/applications/oauth2
Request body
confidential_clientboolean
Whether the client is confidential
namestring
The name of the OAuth2 application
redirect_urisstring[]
The list of allowed redirect URIs
skip_secondary_authorizationboolean
Whether to skip secondary authorization
Response
OAuth2Application
client_idstring
The client ID of the OAuth2 application
client_secretstring
The client secret of the OAuth2 application
confidential_clientboolean
Whether the client is confidential
createdstring date-time
The timestamp when the application was created
idinteger
The unique identifier of the OAuth2 application
namestring
The name of the OAuth2 application
redirect_urisstring[]
The list of allowed redirect URIs
skip_secondary_authorizationboolean
Whether to skip secondary authorization