Get one company address
Returns the physical address group containing the selected entity address association. Requires read auth.
Authentication
AuthorizationBearer
User bearer token: Clerk session JWT, Clerk OAuth access token, or Clerk API key
Path parameters
entityId
Canonical entity UUID
addressJoinId
Address join id parameter
Response headers
X-RateLimit-Limit
Requests allowed per client IP in the current rate-limit window.
X-RateLimit-Remaining
Requests left before the tightest applicable rate-limit bucket rejects.
X-RateLimit-Reset
Seconds until the exhausted rate-limit bucket admits another request; 0 when none is exhausted.
Response
OK
address
Legacy address row identifier
addressLine1
addressLine2
association
Role-period associations for this physical address
city
City reference
country
Country reference
countryAbbrev
createdAt
fullAddress
Single-line formatted address
id
Address record identifier
latitude
longitude
postalCode
state
State or region reference
stateAbbrev
street
updatedAt
isCurrentDeprecated
Deprecated aggregate compatibility flag; true when any association is current
isHqDeprecated
Deprecated legacy flag marking the headquarters or legal/registered address
isPrimaryDeprecated
Deprecated legacy flag marking the primary display address
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
406
Not Acceptable Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error