v17

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-08165682.0 MB
OAuth applications

Get an OAuth application

Authorization

A service token must have at least one of the following access in order to use this API endpoint:

Service Token Accesses read_oauth_applications

get/organizations/{organization}/oauth-applications/{application_id}

Path parameters

organizationstring required

The name of the organization the OAuth application belongs to

application_idstring required

The ID of the OAuth application

Response

Returns information abuot an OAuth application

idstring required

The ID of the app

namestring required

The name of the app

redirect_uristring required

The redirect URI of the OAuth application

domainstring required

The domain of the OAuth application. Used for verification of a valid redirect uri

created_atstring required

When the OAuth application was created

updated_atstring required

When the OAuth application was last updated

scopesstring required

The scopes that the OAuth application requires on a user account, as a space-separated string

avatarstring required

The image source for the OAuth application's avatar

client_idstring required

The OAuth application's unique client id

tokensinteger required

The number of tokens issued by the OAuth application

dcrboolean required

Whether the OAuth application was created via Dynamic Client Registration

single_org_authorizationboolean required

Whether the OAuth application is limited to authorizing a single organization

requires_org_scopeboolean required

Whether the OAuth application requires at least one organization to be authorized

scopes_by_resourceobject required

Scopes grouped by resource type (database, organization, branch, user) with scope, description, and admin flag

all_scopes_by_resourceobject required

All available scopes grouped by resource type with scope, description, selected, and admin flags