OAuth2

List user applications

Lists all OAuth2 applications owned by the authenticated user. Includes application credentials, metadata, and configuration.

get/users/@me/applications

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.