Skip to main content
POST
/
v1
/
core
/
oauth
/
apps
{
  "appName": "<string>",
  "clientID": "<string>",
  "clientSecret": "<string>"
}

Body

application/json
appName
string
required
owner
string
required

The user that created this OAuth app.

organizationId
string
required

The organization that owns this OAuth app.

Response

200 - application/json

Create a new OAuth application for an organization

appName
string
required
clientID
string
required
clientSecret
string
required