POST
/
v1
/
core
/
oauth
/
apps
Create a new OAuth application for an organization
curl --request POST \
  --url https://us-central1-siro-prod.cloudfunctions.net/api-externalApi/v1/core/oauth/apps \
  --header 'Content-Type: application/json' \
  --data '{
  "appName": "<string>",
  "owner": "<string>",
  "organizationId": "<string>"
}'
{
  "appName": "<string>",
  "clientID": "<string>",
  "clientSecret": "<string>"
}

Body

application/json

Response

200 - application/json

Create a new OAuth application for an organization

The response is of type object.