POST
/
projects
/
{projectIdOrName}
/
provider-apps

Authorizations

X-Api-Key
string
headerrequired

Path Parameters

projectIdOrName
string
required

Body

application/json
externalRef
string

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

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.

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.

externalRef
string

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

provider
string
required

The SaaS provider that this app connects to.

clientId
string
required

The OAuth client ID for this app.

scopes
string[]

The OAuth scopes for this app.

createTime
string
required

The time the provider app was created.

updateTime
string

The time the provider app was updated.