Zapier · Example Payload

Zapier Get Actions Example

IntegrationsiPaaS

Zapier Get Actions 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

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "get-actions",
  "method": "GET",
  "path": "/v2/actions",
  "summary": "Zapier Get Actions",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "ActionsExample",
      "example": [
        {
          "links": {
            "next": null,
            "prev": null
          },
          "meta": {
            "count": 1,
            "limit": 10,
            "offset": 0
          },
          "data": [
            {
              "id": "uag:1f188536-6dd0-4172-8414-2b90914ddee9",
              "key": "new_lead",
              "app": "83b47c0e-adda-44da-a45d-42565fe521ef",
              "type": "action",
              "action_type": "action",
              "is_instant": true,
              "title": "New Lead",
              "description": "Triggers when a new lead is added to SuperExampleCRM"
            }
          ]
        }
      ]
    },
    {
      "status": "403",
      "contentType": "application/json",
      "name": "Get-actions403Example",
      "example": {
        "errors": [
          {}
        ]
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "Get-actions401Example",
      "example": {
        "errors": [
          {}
        ]
      }
    },
    {
      "status": "409",
      "contentType": "application/json",
      "name": "Get-actions409Example",
      "example": {
        "errors": [
          {}
        ]
      }
    },
    {
      "status": "429",
      "contentType": "application/json",
      "name": "Get-actions429Example",
      "example": {
        "errors": [
          {}
        ]
      }
    },
    {
      "status": "503",
      "contentType": "application/json",
      "name": "Get-actions503Example",
      "example": {
        "errors": [
          {}
        ]
      }
    },
    {
      "status": "504",
      "contentType": "application/json",
      "name": "Get-actions504Example",
      "example": {
        "errors": [
          {}
        ]
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "MalformedRequest.",
      "example": {
        "errors": [
          {
            "status": 400,
            "code": "parse_error",
            "title": "ParseError",
            "detail": "Malformed request.",
            "source": null,
            "meta": {
              "source": "ZAPIER",
              "full_details": {
                "message": "Malformed request.",
                "code": "parse_error"
              }
            }
          }
        ]
      }
    },
    {
      "status": "500",
      "contentType": "application/json",
      "name": "AServerErrorOccurred.",
      "example": {
        "errors": [
          {
            "status": 500,
            "code": "error",
            "title": "APIException",
            "detail": "A server error occurred.",
            "source": null,
            "meta": {
              "source": "ZAPIER",
              "full_details": {
                "message": "A server error occurred.",
                "code": "error"
              }
            }
          }
        ]
      }
    }
  ]
}