Actions
Get Actions
Fetch the available actions for the provided App. It’s typical to filter by type so that only actions that make sense for a particular step are shown. Action IDs may not be reused, see our documentation for how to hardcode a particular action.
OAuth
This endpoint requires the zap
OAuth scope.
GET
Authorizations
See our OAuth2 authentication documentation
Query Parameters
The type of Action to filter for.
Available options:
READ
, WRITE
A canonical App ID, as provided by the /apps
endpoint.
Response
200
application/json
The links object returned in paginated response bodies.
The meta object returned in paginated response bodies.
An Action is an operation that can be performed against a third-party API; either a read or a write. A Zap is composed of a read, followed by one or more writes.
Was this page helpful?