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 here for how to hardcode a particular action.
This API is rate limited. See Rate Limiting for more details.
OAuth
This endpoint requires the zap
OAuth scope.
GET
/
v2
/
actions
Authorizations
Authorization
string
headerrequiredSee our OAuth2 authentication documentation
Query Parameters
action_type
enum<string>
requiredThe type of Action to filter for.
Available options:
READ
, WRITE
app
string
requiredA canonical App ID, as provided by the /apps
endpoint.
Response
200 - application/json
links
object
requiredThe links object returned in paginated response bodies.
meta
object
requiredThe meta object returned in paginated response bodies.
data
object[]