Skip to content

Get a location

GET
/locations/{location_id}

Retrieve a specific location by ID

location_id
required
string

Location ID

Location details

object
id
string
company_id
string
name
string | null
address1
string | null
address2
string | null
city
string | null
state
string | null
postal_code
string | null
geo_lat
number | null
geo_lon
number | null
geo_hash
string | null
date_created
string format: date-time
date_updated
string format: date-time
geocoder
string | null
metadata
object | null
geo_quality
string | null
external_id
string | null
owner_id
string | null
full_address
string | null
sales_rep_id
string | null
location_type
string | null
organization_id
string | null
fuel_ship_to
boolean
fuel_transport
boolean
preferences
object | null
description
string | null
sync
boolean
note
string | null

Location not found