Endpoint
Authentication
All requests must include a Bearer token in theAuthorization header.
Path parameters
The ID of the customer whose OTP code you are verifying.
Request parameters
The contact channel the code was sent to. Must match the
type used in the corresponding send request.Accepted values: "email" | "phone"The OTP code entered by the customer. Between 1 and 10 characters.
Response fields
The ID of the customer whose contact was verified.
ISO 8601 timestamp indicating when the verification was confirmed.