Provider App
Create a new provider app
POST
/
projects
/
{projectIdOrName}
/
provider-apps
Authorizations
X-Api-Key
string
headerrequiredPath Parameters
projectIdOrName
string
requiredBody
application/json
externalRef
string
The ID used by the provider to identify the app (optional).
provider
string
requiredThe SaaS provider that this app connects to.
clientId
string
requiredThe OAuth client ID for this app.
clientSecret
string
requiredThe OAuth client secret for this app.
scopes
string[]
The OAuth scopes for this app.
Response
200 - application/json
id
string
requiredThe provider app ID.
projectId
string
requiredThe Ampersand project ID.
externalRef
string
The ID used by the provider to identify the app (optional).
provider
string
requiredThe SaaS provider that this app connects to.
clientId
string
requiredThe OAuth client ID for this app.
scopes
string[]
The OAuth scopes for this app.
createTime
string
requiredThe time the provider app was created.
updateTime
string
The time the provider app was updated.
Was this page helpful?