GET
/
v1
/
users
/
verify
curl --request GET \
  --url https://api.ziplink.click/v1/users/verify
{
  "is_verified": true,
  "token": "tDCVsHnzeOj278GIT85xU0s_"
}

Query Parameters

token
string
required

Token to verify

Example:

"tDCVsHnzeOj278GIT85xU0s_"

Response

200
application/json
OK
is_verified
boolean
required

The verification result.

Example:

true

token
string
required

The token sent for verification.

Example:

"tDCVsHnzeOj278GIT85xU0s_"