Skip to main content
POST
Validate OTP for KYC Reuse

Authorizations

Authorization
string
header
required

Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.

Path Parameters

customerId
string<uuid>
required

Unique identifier for the customer.

Body

application/json

Payload for validating OTP.

code
string
required

The OTP code to verify.

Example:

"123456"

Response

OTP valid and KYC created successfully. Empty body.