Zapier · Example Payload

Partner Api Zap Example

IntegrationsiPaaS

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

Top-level fields

idtitlestatestepsurlmodified_at

Example Payload

Raw ↑
{
  "id": 100,
  "title": "Example Name",
  "state": "active",
  "steps": [
    {}
  ],
  "url": "https://example.com/path/abc123",
  "modified_at": "example-value"
}