- Users
- Verify a user with the token sent to them
Users
Verify a user with the token sent to them
POST
/api/api/users/verify_user
client_id*
api_key*
curl --request POST \
--url https://api.senddotssandbox.com/api/api/users/verify_user \
--header 'Authorization: Basic AUTH_VALUE' \
--header 'Content-Type: application/json' \
--data '{
"verification_id": "string",
"verification_token": "string"
}'
{
"verification_id": "5bcbf7ac-c998-46ce-aa6e-a0c1a3f1f5bd",
"verification_token": "string"
}
{
"success": true,
"user": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"message": "Error message"
}
{
"verification_id": "5bcbf7ac-c998-46ce-aa6e-a0c1a3f1f5bd",
"verification_token": "string"
}
{
"success": true,
"user": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"message": "Error message"
}