Endpoint
POST/phone-service/phoneRiskScore
Swagger
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The phone number to check, including country code (E.164).
Example:
"+436501234567"
The action being evaluated.
Available options:
create
, sign-in
, transact
, update
, delete
Example:
"create"
Customer-generated ID echoed in the response.
Example:
"1234567890"
End user's IP address (IPv4 or IPv6). Do not send your server IP.
Example:
"192.168.1.1"
Case-sensitive device ID.
Example:
"1234567890"
Case-sensitive account ID.
Example:
"1234567890"
Case-sensitive email address.
Example:
"test@example.com"