Create a new provider app
Authorizations
Path Parameters
The Ampersand project ID or project name.
Body
The SaaS provider that this app connects to.
"salesforce"
The OAuth client ID for this app.
"client-id-123"
The OAuth client secret for this app.
"client-secret-123"
The ID used by the provider to identify the app (optional).
"external-id-123"
The OAuth scopes for this app.
Provider-specific configuration that extends the standard OAuth flow.
Response
The newly created provider app
The provider app ID.
"provider-app-123"
The Ampersand project ID.
"project-456"
The SaaS provider that this app connects to.
"salesforce"
The OAuth client ID for this app.
"client-id-123"
The time the provider app was created.
The ID used by the provider to identify the app (optional).
"external-id-123"
The OAuth scopes for this app.
Provider-specific configuration that extends the standard OAuth flow.
The time the provider app was updated.

