v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01302395850.8 KB
oauth

Get Oauth App Info

Get public information about an OAuth application.

This endpoint is used by the consent screen to display application details to the user before they authorize access.

Returns:

  • name: Application name
  • description: Application description (if provided)
  • scopes: List of scopes the application is allowed to request
get/api/oauth/app/{client_id}

Path parameters

client_idstring required

Response

Successful Response

namestring required
descriptionstring nullable
logo_urlstring nullable
scopesstring[] required