post https://api.ingresse.com/activate-user-validate
This endpoint will help you to validate if the token used by the user is still valid.
Body Example
{
"email": "[email protected]",
"token": "valid-token-123"
}
This endpoint will help you to validate if the token used by the user is still valid.
{
"email": "[email protected]",
"token": "valid-token-123"
}
Try It!
to start a request and see the response here!