Zapier · Example Payload

Partner Api Profile Example

IntegrationsiPaaS

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

Top-level fields

idfirst_namelast_namefull_nameemailemail_confirmedtimezone

Example Payload

Raw ↑
{
  "id": 100,
  "first_name": "Example Name",
  "last_name": "Example Name",
  "full_name": "Example Name",
  "email": "user@example.com",
  "email_confirmed": true,
  "timezone": "example-value"
}