Verify Accounts

Overview

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.

Price :

500 monthly
Endpoint
HTTP MethodEndpoint
posthttps://api.itaxeasy.com/email/verify
Response Body
NameTypeRequiredDescription
statusStringYesThe 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
messageStringYesThe 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"
}