v51

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

List My Oauth Apps

List all OAuth applications owned by the current user.

Returns a list of OAuth applications with their details including:

  • id, name, description, logo_url
  • client_id (public identifier)
  • redirect_uris, grant_types, scopes
  • is_active status
  • created_at, updated_at timestamps

Note: client_secret is never returned for security reasons.

get/api/oauth/apps/mine

Response

Successful Response

idstring required
namestring required
descriptionstring nullable
logo_urlstring nullable
client_idstring required
redirect_urisstring[] required
grant_typesstring[] required
scopesAPIKeyPermission[] required
owner_idstring required
is_activeboolean required
created_atstring date-time required
updated_atstring date-time required