Ampersand · Example Payload

Ampersand Api Provider App Example

Developer ToolsIntegrationsPlatformSaaSOAuthData SyncWebhooks

Ampersand Api Provider App Example is an example object payload from Ampersand, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idprojectIdexternalRefproviderclientIdscopescreateTimeupdateTime

Example Payload

Raw ↑
{
  "id": "provider-app-123",
  "projectId": "project-456",
  "externalRef": "external-id-123",
  "provider": "salesforce",
  "clientId": "client-id-123",
  "scopes": [
    [
      "oauth",
      "offline",
      "crm.read"
    ]
  ],
  "createTime": "2025-03-15T14:30:00Z",
  "updateTime": "2025-03-15T14:30:00Z"
}