GET
/
v2
/
actions
curl --request GET \
  --url https://api.zapier.com/v2/actions \
  --header 'Authorization: Bearer <token>'
[
  {
    "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": "READ",
        "is_instant": true,
        "title": "New Lead",
        "description": "Triggers when a new lead is added to SuperExampleCRM"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

See our OAuth2 authentication documentation

Query Parameters

action_type
enum<string>
required

The type of Action to filter for.

Available options:
READ,
WRITE
app
string
required

A canonical App ID, as provided by the /apps endpoint.

Response

200 - application/json

The links object returned in paginated response bodies.

meta
object
required

The meta object returned in paginated response bodies.

data
object[]