v1

latestOpenAPI 3.1.02026-07-26490301.4 KB
Verification

Get available channels of code verification

get/antifraud/verification/{phone}

Path parameters

phonestring required

Consumer's phone number. Must start with an optional '+' sign, followed by up to 16 digits. The first digit (after '+' if present) must be between 1 and 9 (i.e., no leading zeros).

Example:+1987654320

Headers

X-Request-IDstring

Unique ID of request

Response

OK

string[] required

List of available channels of verification

Example response

[
  "sms",
  "telegram",
  "whatsapp"
]