OAuth2

Get public application

Retrieves public information about an OAuth2 application without authentication. Allows clients to discover application metadata before initiating authorization.

get/oauth2/applications/{id}/public

Path parameters

string snowflake required
OR
integer required

The ID of the application

Response

Success

idstring snowflake required
namestring required

The name of the application

iconstring nullable required

The icon hash of the application

descriptionstring nullable required

The description of the application

redirect_urisstring[] required

The registered redirect URIs for OAuth2

scopesstring[] required

The available OAuth2 scopes

bot_publicboolean required

Whether the bot can be invited by anyone

Changes