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.

Changes

Changed in 1 of the 3 revisions of this API.3

    • added the media type application/json for the response with the status 400

      response-media-type-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog