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

idstring required

The id

Response

Success

idstring required

The unique identifier of the application

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

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