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

The response is of type object.