API documentation | API docs for agents | OpenAPI 3.1

GET /api/v1/spot-quotes/zip-coordinates

ark.lookup_spot_quote_zip_coordinates

Looks up ZIP centroid coordinates used by spot quote lane, distance, and carrier-search workflows.

Availability
Expanded preview
Scopes
loads:read
ARK permissions
canViewLoads
Team visibility
Not entity-scoped
Idempotency-Key
Not required
Approval
No MCP approval on REST API-token calls
Rate limit
API credential and organization budgets

Parameters

zip_codesquerystring
Comma-separated ZIP codes to resolve.
zipqueryarray<string>
Repeatable ZIP code parameter alternative.
min items: 1; max items: 100

Request body

None.

Example request

Shell
curl 'https://arktms.com/api/v1/spot-quotes/zip-coordinates' \
  -H "Authorization: Bearer $ARK_API_TOKEN"

Success response

Spot quote ZIP coordinates

objectstringrequired
okbooleanrequired
api_versionstringrequired
request_idstringrequired
dataobjectrequired
data.missingZipCodesarray<string>required
data.countintegerrequired

Errors

HTTP 400
Invalid request
HTTP 401
Authentication required
HTTP 403
Permission, scope, team, or entitlement denied