Skip to main content
GET
/
auth
/
verify
cURL
curl --request GET \
  --url https://api.youappz.dev/auth/verify \
  --header 'Authorization: Bearer <token>'
{
  "token": "<string>",
  "email": "<string>",
  "teamId": "team_xbtegd63gdg5636gdg"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

email
string<email>
token
string
required

Response

The verification was successful.

The verification was successful.

token
string
required
email
string
required
teamId
string
required

The Team identifier or Team slug to perform the request on behalf of.

Example:

"team_xbtegd63gdg5636gdg"