Zapier · Example Payload

Partner Api Categories Response Example

IntegrationsiPaaS

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

Top-level fields

nextpreviouscountobjects

Example Payload

Raw ↑
{
  "next": "https://example.com/path/abc123",
  "previous": "https://example.com/path/abc123",
  "count": 100,
  "objects": [
    {}
  ]
}