Skip to main content
POST
Create a new OAuth application for an organization

Authorizations

Authorization
string
header
default:<organization-api-token>
required

Organization integration token from Siro admin (Person icon → API Tokens). Send Authorization: Bearer . This is not the OAuth access token used with api.siro.ai user-scoped endpoints.

Body

application/json
appName
string
required
Minimum string length: 1
owner
string
required

The user that created this OAuth app.

Minimum string length: 1
organizationId
string
required

The organization that owns this OAuth app.

Minimum string length: 1

Response

201 - application/json

Create a new OAuth application for an organization

appName
string
required
clientID
string
required
clientSecret
string
required