Get Fraud Search
get/api/v1/fraud-searches/{search_id}
Path parameters
search_idstring uuid required
Response
OK
Example response
{
"result": {
"business_address": {
"full_address": "5000 Market Street, #9616, San Francisco, CA 94103, United States",
"line_1": "5000 Market Street",
"line_2": "#9616",
"city": "San Francisco",
"state_province": "CA",
"postal_code": "94103",
"country": "United States",
"postal_service_flags": [],
"google_maps_link": "https://maps.google.com/?q=37.7756852,-122.4179707",
"is_valid": true
}
}
}