v1

latestOpenAPI 3.0.32026-07-13182371.7 KB
OAuth Client

Get all OAuth clients in an org

Retrieves all OAuth clients for the specified organization.

Scopes

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

get/orgs/{orgId}/oauth-clients

Path parameters

orgIdstring required

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

Query parameters

pageSizeinteger

Select the number of OAuth client records to include in the results.

cursorstring

Navigate to a specific page of paginated results. In a given response, it may include a self, next, and prev cursor to fetch the respective set of paginated results. The cursor only encodes the sort value and record ID — it does not encode filters, sort order, or page size.<br/><br/>Note: You must continue to pass all other parameters (filters, sort, pageSize) on every request alongside the cursor.

Response

Returned if the request is successful.

Example response

{
  "data": [
    {
      "createdAt": 1763149545609,
      "updatedAt": 1763149545609
    }
  ]
}