POST
/
projects
/
{projectIdOrName}
/
provider-apps

Authorizations

X-Api-Key
string
headerrequired

Path Parameters

projectIdOrName
string
required

Body

application/json
provider
string
required

The SaaS provider that this app connects to.

clientId
string
required

The OAuth client ID for this app.

clientSecret
string
required

The OAuth client secret for this app.

externalRef
string

The ID used by the provider to identify the app (optional).

scopes
string[]

The OAuth scopes for this app.

Response

200 - application/json
id
string
required

The provider app ID.

projectId
string
required

The Ampersand project ID.

provider
string
required

The SaaS provider that this app connects to.

clientId
string
required

The OAuth client ID for this app.

createTime
string
required

The time the provider app was created.

externalRef
string

The ID used by the provider to identify the app (optional).

scopes
string[]

The OAuth scopes for this app.

updateTime
string

The time the provider app was updated.