Receives the OTP sent to the customer’s email. If the OTP is valid, an approved KYC is created for the customer.
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Unique identifier for the customer.
Payload for validating OTP.
The OTP code to verify.
"123456"
OTP valid and KYC created successfully. Empty body.