API provides a simple way to verify the authenticity of a users account information, typically by sending a confirmation code to their email or phone number.
HTTP Method | Endpoint |
---|---|
post | https://api.itaxeasy.com/email/verify |
Name | Type | Required | Description |
---|---|---|---|
status | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app |
message | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app |
{
"status": "success",
"message": "user verified successfully"
}