cURL
curl --request GET \ --url https://api.ziplink.click/v1/users/verify
{ "is_verified": true, "token": "tDCVsHnzeOj278GIT85xU0s_" }
Verify the user based on its verification token.
Token to verify
"tDCVsHnzeOj278GIT85xU0s_"
OK
The response is of type object.
object