Ampersand · Example Payload

Ampersand Api Invite Example

Developer ToolsIntegrationsPlatformSaaSOAuthData SyncWebhooks

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

Top-level fields

idinvitedEmailparentTypeparentIdstatuscreateTimeupdateTime

Example Payload

Raw ↑
{
  "id": "550e8400-e29b-41d4-a716-446655440000",
  "invitedEmail": "user@example.com",
  "parentType": "org",
  "parentId": "550e8400-e29b-41d4-a716-446655440000",
  "status": "revoked",
  "createTime": "2025-03-15T14:30:00Z",
  "updateTime": "2025-03-15T14:30:00Z"
}