Locations
Get location
Retrieve saved location records from Alvys, including shipper and consignee addresses, contact details, receiving hours, and geocoded coordinates.
GET
Get location
The endpoint for retrieving a single location requires specifying the API version in the path and one identifier in the query: either
Lookup by companyNumber:
id or companyNumber. For details on how versioning works, see the Versioning page.
Request Parameters
Path parametersExactly one ofidorcompanyNumbermust be provided.
Example cURL requests
Lookup by id:Response Parameters
Example Response
Rate Limits
All endpoints are subject to platform rate limits. See Rate Limits.Authorizations
OAuth 2.0 client-credentials access token. Obtain one from https://auth.alvys.com/oauth/token (grant_type=client_credentials, audience=https://api.alvys.com/public/), then paste it here. The playground sends it as Authorization: Bearer <token>.
Path Parameters
API version (e.g., 1.0)
Example:
"1.0"