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
Name | Description | Type |
---|---|---|
verificationCode | The code sent to the user's email/phone, Use /account/send-verification-code to request a new code | string |
Response
Code | Description |
---|---|
200 | success message if verified successfully |
409 | Unauthorized |
Request Sample
Content type
application/json
[
{
"type": "email"
}
...
]
Response Sample
Content type
application/json
[
{ }
]