v1
latestOpenAPI 3.0.32026-07-13182371.7 KBOAuth Client
Create an OAuth client
Creates a new OAuth client for the specified organization.
Note: This is a session-only endpoint and cannot be called with an API token or OAuth 2.0 scope. It requires an active admin session with org management permissions.
Scopes
This endpoint is session-only and does not accept OAuth 2.0 scopes.
post/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.
Request body
Response
Returned if the OAuth client is successfully created.
Example response
{
"createdAt": 1763149545609,
"updatedAt": 1763149545609
}