v1

latestOpenAPI 3.1.02026-08-04490133.8 KB

Get Collection OTP

This endpoint is used to verify phone numbers before collections. In a case where you already have a system in place to verify phone numbers in your application(KYC), we can whitelist your account so you don't have to use this endpoint again

post/collections/otp

Request body

phonestring

Phone number in international format

Response

200

codeinteger
successboolean

Example response

{
  "code": 200,
  "data": {
    "pinId": "VE2ae72f9b45cc37603095f7795f03c84d"
  },
  "success": true
}