Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Path Parameters
Unique identifier for the customer.
Body
application/json
Payload for validating OTP.
The OTP code to verify.
Example:
"123456"
Response
OTP valid and KYC created successfully. Empty body.