Ampersand · Example Payload

Ampersand Api Builder Example

Developer ToolsIntegrationsPlatformSaaSOAuthData SyncWebhooks

Ampersand Api Builder 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

ididpProvideridpRefcreateTimefirstNamelastNamefullNameprimaryEmail

Example Payload

Raw ↑
{
  "id": "builder-id-123",
  "idpProvider": "clerk",
  "idpRef": "example-idpRef",
  "createTime": "2025-03-15T14:30:00Z",
  "firstName": "example-firstName",
  "lastName": "example-lastName",
  "fullName": "example-fullName",
  "primaryEmail": "user@example.com"
}