Developers / APIs
Location API
Resolve any address to the business operating there, geocoded and typed, with its building.
curl -X POST https://api.veridion.com/v0/locations/resolve \
-H "Authorization: Bearer your_access_token" \
-H "Content-Type: application/json" \
-d '{
"address": "1521 S. Arlington St., Ohio",
"company_name": "Wendys",
"company_id": "63JYJ2NV6LQPOG7U"
}'{
"resolution": {
"outcome": "single_location",
"summary": "A single business was identified at the requested address.",
"confidence_score": 1,
"signals": {
"location": { "precision": "exact_building", "spatial_match": "inside_footprint", "distance_m": 0 },
"operator_match": "company_id"
},
"linked_reference": null
},
"result": {
"location_id": "R4QZWFC6XAOAN62G",
"veridion_id": "63JYJ2NV6LQPOG7U",
"company_name": "Wendy's",
"location_type": { "level_1": "Food Service & Accommodation", "level_2": "Food Service Facility", "level_3": "Fast-Food Place" },
"address": {
"country_code": "US",
"city": "Akron",
"street": "South Arlington Street",
"street_number": "1521",
"postcode": "44306",
"latitude": 41.0306368,
"longitude": -81.4909061
},
"naics_2022": { "code": "722513", "label": "Limited-Service Restaurants" },
"employee_count": { "value": 15, "type": "modelled" },
"revenue": { "value": 844908, "type": "modelled" },
"building": { "building_id": "WHOVB6OHFGHF4BWJ", "occupant_count": 1 }
}
}Trusted by global procurement, risk, and intelligence teams
Purpose
Resolve an address to who operates there.
Point Location at a physical address and it returns the business operating there, geocoded, typed, and tied to the building it sits in. Fetch a resolved location by ID, or list every business inside one building. To start from a company instead of an address, use Match & Enrich.
Commercial insurance
Resolve a risk address to the business at it before you bind. Building height, area, and floor count come back on the same call.
Supplier verification
Confirm a supplier operates where they claim. One address resolves to the operating entity and its type.
Third-party risk
Spot co-located operations and shared premises. List every business in a building to see who else shares the address.
Market intelligence
Map occupancy across a building or complex. Building geometry and occupant count come back with every resolve.
Data
Data that powers this
166M physical addresses across 249 countries. Every resolved location carries its geocode, a typed classification, the company operating there, and the building it sits in, down to height, area, and occupant count. Weekly refresh detects new occupants and closures.
Integrations
More ways to call it.
Postman, OpenAPI, and direct library imports give you working code in seconds.
Next step
Start resolving addresses.
Query real company data in the Playground, no token required. When you're ready for production access, talk to us.
Related APIs
These APIs compose cleanly.
Every endpoint keys to the same veridion_id, so a company resolved here reads straight through the rest.





