v1

latestOpenAPI 3.1.02026-07-2631111195.5 KB
Actions
Apps

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.

When using Client ID

Simply providing a client ID query parameter is sufficient. If an Authorization header is present, it will be used instead.

When using OAuth

This endpoint requires the zap OAuth scope.

get/v2/actions

Query parameters

action_type'READ' | 'READ_BULK' | 'SEARCH' | 'SEARCH_AND_WRITE' | 'SEARCH_OR_WRITE' | 'WRITE'

The type of Action to filter for. Defaults to returning all actions regardless of type.

appstring required

An App identifier: a canonical App ID (UUID) or an app key

Response