Grahvani API v1
Error reference

key_not_found

No such API key on this account

HTTP status
400
Error type
invalid_request

What it means#

A key-management call referenced a key id that does not belong to your tenant.

What to do#

List your keys first and use the id field verbatim. Note this is the key id, a stable public identifier — not the secret, which we cannot look up because we store only a hash of it.

The error shape#

400
{
  "error": {
    "type": "invalid_request",
    "code": "key_not_found",
    "message": "\u2026",
    "doc_url": "https://docs.grahvani.in/errors/key_not_found",
    "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