Phone Validation
Service that evaluates the fraud risk associated with a phone number.
Endpoint
GET /validation/phone/{country}/{phone}Headers
consumer-id
string
Yes
Consumer identifier.
Path parameters
country
string
Yes
Country of the phone number.
phone
string
Yes
Phone number to evaluate.
Responses
200 Success
Response parameters
consumerId
string
Identifier of the consumer that made the call.
transactionId
string
Transaction identifier.
timestamp
string
Response timestamp in format ISO 8601.
message
string
Descriptive field for the result of the service execution.
type
string
Queried data type: IP, EMAIL or PHONE.
fraud
boolean
Indicates whether the data is considered fraudulent.
data
object
Details of the risk signals evaluated.
Other responses
401
Missing, invalid, or expired Token.
403
The consumer is not provisioned with the service PHONE_VALIDATION.
The body of an error response has the form described in MIDAPI v2.
Last updated