Getting Started
How to
- GETAuthenticationDeprecated
- GETZapier account listDeprecated
- Stored Vs. Stateless ActionsDeprecated
- Stored actions
- Stateless actions
- Gathering action information
API Reference
- system
- auth
- apps
- actions
- execution
- ai-actions
- utilities
Libraries
- TypeScript (Node.js, Deno)
- React Components
Development Resources
system
App Health Check
Check that the app is up and running.
GET
/
api
/
v2
/
health
/
Copy
Ask AI
curl --request GET \
--url https://actions.zapier.com/api/v2/health/ \
--header 'x-api-key: <api-key>'
Authorizations
Response
200
OK
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://actions.zapier.com/api/v2/health/ \
--header 'x-api-key: <api-key>'
Assistant
Responses are generated using AI and may contain mistakes.