Get It Done Logo
Get It Done
HTTP 401invalid_api_key

Invalid API key

A `gid_` API key was supplied but does not match any active credential.

Likely causes

  • The key was revoked, rotated, or belongs to a different environment.
  • The key value was truncated or has a stray whitespace/newline.

How to fix

  • Confirm the key is active in Profile → API Keys and copy it again (keys are shown once at creation).
  • Check you are using a live key against production and a `gid_test_` key against test data.

Example response

application/problem+json
{
  "type": "https://nowgetitdone.com/docs/api/problems/invalid-api-key",
  "title": "Invalid API key",
  "status": 401,
  "code": "invalid_api_key",
  "request_id": "req_a1b2c3d4"
}

The type field resolves to this page: https://nowgetitdone.com/docs/api/problems/invalid-api-key

Related