GET
/
api
/
v2
/
auth
/
check

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json
email
string
required

The email of the user.

name
string
required

The name of the user.

success
boolean
required

True if the user is authenticated.

is_staff
boolean | null

Whether the user is a staff member.

user_id
integer | null

The Zapier user ID of the user.