cURL
curl --request GET \ --url https://actions.zapier.com/api/v2/auth/check/ \ --header 'x-api-key: <api-key>'
{ "success": true, "email": "<string>", "name": "<string>", "user_id": 123, "is_staff": true }
Test that the API and auth are working.
Documentation IndexFetch the complete documentation index at: https://docs.zapier.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.zapier.com/llms.txt
Use this file to discover all available pages before exploring further.
OK
True if the user is authenticated.
The email of the user.
The name of the user.
The Zapier user ID of the user.
Whether the user is a staff member.
Was this page helpful?