OAuth2

Get current bot application

Retrieves the application associated with the authenticated bot, including its owner and bot profile. Requires a valid bot token.

get/applications/@me

Response

Success

idstring snowflake required
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