Grahvani API v1
Error reference

too_many_keys

Key limit reached for this account

HTTP status
400
Error type
invalid_request

What it means#

The account already holds the maximum number of active keys.

What to do#

Revoke a key you no longer use. If you are running out because each deployment holds its own key — which is good practice — tell us and we will raise the limit; that is a reasonable pattern, not abuse.

The error shape#

400
{
  "error": {
    "type": "invalid_request",
    "code": "too_many_keys",
    "message": "\u2026",
    "doc_url": "https://docs.grahvani.in/errors/too_many_keys",
    "request_id": "req_01JQ8ZK3M4N5P6Q7R8S9T"
  }
}

Full list: all error codes · error handling guide.

Grahvani API — a product of AstroCorp Techlab Pvt Ltd · GSTIN 36AAMCC3512G1ZU
Base URL https://api.grahvani.in
On this page