Get a location by ID

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Retrieves a single business location by its Veridion location ID.

Run in Postman



When to use it

To retrieve a location the address resolver returned as a linked reference. When you supply a company name and a different business operates at the address, the resolver reports the mismatch rather than returning that business inline, and provides its ID in linked_reference.location_id. This endpoint is how you retrieve it.

To refresh a location you already track. If you stored a location ID from an earlier call, you can retrieve it directly, without resolving an address again. Nothing then depends on how the address was written.

To expand an occupant from a building listing. Locations returned when listing a building's occupants omit their nested building object, since the building is already known. Retrieve one by ID if you need the complete record.

Successful response

A successful request returns 200 OK with the location object, returned directly rather than wrapped in an envelope.

The object is identical in shape to the result object returned by the resolver, so a retrieved location and a resolved one can be handled by the same code.

📘

No resolution object

Unlike a resolve response, this endpoint returns no resolution object. There is no outcome, confidence score, or signals, because nothing was resolved. You asked for a specific record by ID and received it.

📖

Response fields

For a comprehensive list of all data points returned on a location, see the Response fields and types page.

Error responses

  • 404 Not Found, if no location exists for the given ID.
  • other standard HTTP error responses, detailed in the Response codes section.

Any error response follows a specific structure. Please see the Error response format section for more details.

Path Params
string
required

The Veridion ID of the business location.

Headers
string
required

Your individual OAuth Bearer token (e.g. Authorization: Bearer <your_access_token>).

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json