OTP Verification
This resource is to verify the OTP that is sent to the user, which can be achieved by passing the OTP to the body request of this API resource.
API Reference ➡
API Object
{
"status": "successful",
"data": {
"code": "code_xBCAqe949MlBhmtInlSV"
}
}
Telco Verification Fields
Field | Description | Type |
---|---|---|
status | This is the status of the API response which could be either failed or successful | string |
data | This is the object that holds the temporary token | object |
data.code | This field returns the temporary token needed to get the permanent telco account id. | string |
Updated 7 months ago