GET
/
api
/
v2
/
auth
/
check

Authorizations

x-api-key
string
header
required

Response

200 - application/json
OK
success
boolean
required

True if the user is authenticated.

email
string
required

The email of the user.

name
string
required

The name of the user.

user_id
integer | null

The Zapier user ID of the user.

is_staff
boolean | null

Whether the user is a staff member.