Skip to main content

Verify Account

Verify the client's account using the verification code sent to the client's email/phone number. Use /account/send-verification-code to request a verification code.

POST /api/v1/client/claims

Use /account/send-verification-code to request a verification code.

Path param

authorization : *bearer
REQUEST BODY SCHEMA: application/json


NameDescriptionType
verificationCodeThe code sent to the user's email/phone,
Use /account/send-verification-code to request a new code
string

Response

CodeDescription
200success message if verified successfully
409Unauthorized

Request Sample

Content type
application/json

[
{
"type": "email"
}
...
]

Response Sample

Content type
application/json

[
{ }
]