GET
/
api
/
v2
/
auth
/
check
/
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
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

OK

The response is of type object.