v1

latestOpenAPI 3.0.32026-08-0670174396.8 KB
OAuth

List connected OAuth apps

Returns all OAuth apps the authenticated user has authorized.

get/public/v1/oauth/apps/

Response

idinteger required

Unique identifier of the authorization, used to disconnect the app.

namestring required

Display name of the connected application.

client_idstring required

OAuth client_id of the connected application.

granted_scopesstring[] required

Scopes the user granted to this application.

created_atstring date-time required

When the application was first authorized.