---
title: "Get My Rate Limit"
method: GET
path: "/api/v1/api-keys/rate-limit"
tags: ["api-keys"]
---

# Get My Rate Limit

`GET /api/v1/api-keys/rate-limit`

The caller's own effective limit, and which layer supplied the numbers.

Reports ``enabled`` alongside the numbers so "is this actually on?" is
one curl rather than a code read. The live budget comes from a peek,
which does not spend a token — checking your budget must not consume it.

## Headers

- `authorization` string, nullable
- `X-API-Key` string, nullable

## Response `200`

Successful Response

- EffectiveRateLimit — The caller's own resolved limit, and which layer supplied it.
  - `enabled` boolean, required
  - `sustained_per_minute` integer, required
  - `burst_capacity` integer, nullable
  - `source` string, required
  - `limit` integer, nullable
  - `remaining` integer, nullable
  - `reset_after` integer, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-28** `ce7abafbb050` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ninjavan/apis/salesforce-sales-cloud-replacement/changes/api/v1/api-keys/rate-limit/get.md)

---

[API](https://skmtc.dev/ninjavan/apis/salesforce-sales-cloud-replacement.md) · [All operations](https://skmtc.dev/ninjavan/apis/salesforce-sales-cloud-replacement/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ninjavan/salesforce-sales-cloud-replacement/revisions/ce7abafbb050/schema)
