POST
/
v1
/
access
/
otp
/
verify

Authorizations

x-api-key
string
headerrequired

The API key required for accessing protected routes. It should be included in the request headers as x-api-key.

Body

application/json
email
string
required

The email address for which the OTP was generated.

code
string
required

The OTP code to verify.

Response

200 - application/json
success
boolean

Indicates whether the OTP verification was successful.

message
string

Confirmation message that the OTP has been verified.