API endpoint paths moved to /dd/v1/*
API endpoint paths moved to /dd/v1/*
The Direct Delivery API endpoints are now served under the /dd/v1/*
prefix instead of /api/retailer/*. This is purely a URL change —
request bodies, response shapes, headers, and authentication are
unchanged.
What changed
The public API surface is now organized around versioned product
prefixes (/dd/v1/* for Direct Delivery v1). The old /api/retailer/*
paths are no longer reachable from api.goautolane.com.
Migration
If you were calling endpoints at /api/retailer/*, switch to /dd/v1/*:
If you’re using the generated SDK, regenerate it from the latest OpenAPI spec — no code changes required.
The base URL (https://api.goautolane.com), authentication
(Authorization: Bearer <api_key>), and the x-retailer-id header
remain unchanged.