---
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

---

[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/0ad5b085852b/schema)
