Test that the API and auth are working.
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 }
OK
The response is of type object.
object
Was this page helpful?