---
title: "List API endpoints & credit costs"
method: GET
path: "/endpoints"
tags: ["Account"]
---

# List API endpoints & credit costs

`GET /endpoints`

Return the service-wide catalog of available endpoints, each with its per-call credit cost. Free: this endpoint never debits your quota. The catalog is identical for every customer and changes rarely, so responses are cacheable (Cache-Control: public, max-age=300).

## Response `200`

The endpoint catalog

- EndpointsResponse
  - `endpoints` object[], required — All active endpoints with their per-call credit cost
    - `slug` string, required
    - `name` string, required
    - `category` string, nullable
    - `description` string, nullable
    - `creditCost` integer, required — Credits debited per successful call

## Other responses

- `403` — Invalid or missing API key, or suspended account
- `429` — Rate limit exceeded

## Changes

- **2026-08-10** `cf1d4e12baca` — 6 info
  - added the optional property `code` to the response with the `403` status
  - added the optional property `code` to the response with the `429` status
  - added the optional property `message` to the response with the `403` status
  - added the optional property `message` to the response with the `429` status
  - …2 more

[Change history](https://skmtc.dev/carapi/apis/carapi-dev-automotive-data-api/changes/endpoints/get.md)

---

[API](https://skmtc.dev/carapi/apis/carapi-dev-automotive-data-api.md) · [All operations](https://skmtc.dev/carapi/apis/carapi-dev-automotive-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/carapi/carapi-dev-automotive-data-api/revisions/cf1d4e12baca/schema)
