v5

latestSwagger 2.0MIT2026-08-03485217850.7 KB
user

List the authenticated user's oauth2 applications

get/user/applications/oauth2

Query parameters

pageinteger

page number of results to return (1-based)

limitinteger

page size of results

Response

OAuth2ApplicationList represents a list of OAuth2 applications.

client_idstring

The client ID of the OAuth2 application

client_secretstring

The client secret of the OAuth2 application

confidential_clientboolean

Whether the client is confidential

createdstring date-time

The timestamp when the application was created

idinteger

The unique identifier of the OAuth2 application

namestring

The name of the OAuth2 application

redirect_urisstring[]

The list of allowed redirect URIs

skip_secondary_authorizationboolean

Whether to skip secondary authorization