v1

latestOpenAPI 3.0.32026-07-13182371.7 KB
OAuth Client

Get an OAuth client

Retrieves a specific OAuth client by ID for the specified organization.

Scopes

OAuth 2.0 scopes required: read:service-accounts-tokens:admin

get/orgs/{orgId}/oauth-clients/{clientId}

Path parameters

orgIdstring required

Your organization is identified by a Unique ID. You get your organization ID and organization API key simultaneously.

clientIdstring required

The unique identifier of the OAuth client.

Response

Returned if the request is successful.

clientIdstring required

The unique identifier of the OAuth client.

namestring required

The display name of the OAuth client.

createdAtinteger

The timestamp (in milliseconds since epoch) when the OAuth client was created.

updatedAtinteger

The timestamp (in milliseconds since epoch) when the OAuth client was last updated.

status'ACTIVE' | 'REVOKED' | 'EXPIRED' required

The status of the OAuth client.

Example response

{
  "createdAt": 1763149545609,
  "updatedAt": 1763149545609
}