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.
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?