OAuth2

Get application

Retrieves details of a specific OAuth2 application owned by the user. Returns full application configuration and credentials.

get/oauth2/applications/{id}

Path parameters

idstring required

The id

Response

Success

idstring required

The unique identifier of the application

namestring required

The name of the application

redirect_urisstring[] required

The registered redirect URIs for OAuth2

bot_publicboolean required

Whether the bot can be invited by anyone

bot_require_code_grantboolean required

Whether the bot requires OAuth2 code grant

client_secretstring

The client secret for OAuth2 authentication

Changes

No recorded changes to this endpoint across all 1 revision of this API.