## Request
### HTTP headers
Header | Description |
X-CM-ProductToken | Your product token. Retrieve from [Messaging Gateway app](🔗). |
Content-Type | application/json |
### Request body
### URL parameter
Parameter | Type | Description |
id | string | The identifier for the OTP, returned in the response after creating the OTP. |
### Parameter
Parameter | Type | Description |
code | string | The code received via the specified channel. |
## Response
Once a code has been successfully validated, it cannot be validated again.
### Parameters
Parameter | Description |
id | The identifier of the OTP. |
channel | The channel used to send the code. |
verified | Indicates if the code was valid. |
createdAt | The date the OTP was created. |
expiresAt | The date the OTP will expire. |