OAuth2

List current user applications

Lists all OAuth2 applications registered by the authenticated user. Includes application credentials and metadata. Requires valid OAuth2 access token.

get/applications/@me

Response

Success

idstring required

The unique identifier of the application

namestring required

The name of the application

iconstring nullable required

The persisted bot avatar hash used as the application icon, if available

descriptionstring nullable required

The persisted bot profile bio used as the application description

bot_publicboolean required

Whether the bot can be invited by anyone

bot_require_code_grantboolean required

Whether the bot requires OAuth2 code grant

verify_keystring required

Compatibility placeholder for AppInfo clients until keys are persisted

redirect_urisstring[]

The registered redirect URIs for OAuth2

Changes

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