Skip to main content
The AutosnapAI Origin API gives you programmatic access to dealer resolution, inventory data, and real-time change notifications across our supported dealer network.

Base URL

All endpoints are versioned via the URL path (e.g. /v1/). See Versioning for the deprecation policy.

Authentication

Every request requires an API key. For POST/PATCH/DELETE endpoints, pass api_key in the JSON body. For GET endpoints, pass it as a query parameter:
See Authentication for details on API key types and security best practices.

Response format

All responses are JSON. Successful responses return 200 OK with the payload. Errors follow a standard shape — see Errors.

Rate limits

Rate limits are enforced per API key across minute, hour, day, and month windows. See Rate Limits for details.

Endpoints