Skip to content

Resource Not Found

URI: https://docs.ankatech.co/errors/not-found
HTTP Status: 404 Not Found

When you see this

The server could not find the resource you requested. This generally means the identifier (e.g. a key ID, endpoint, or path parameter) does not exist or has been removed.

Common Causes

  • You supplied an incorrect or misspelled identifier in the URL path (e.g. wrong kid).
  • You attempted to fetch a resource that was deleted or never created.
  • You called an endpoint that does not exist (typo in the path or wrong HTTP method).
  • The resource exists in a different context or namespace than the one you used.

How to Resolve

  1. Verify the URI you are calling and ensure path parameters (IDs, names) are correct.
  2. If you expect the resource to exist, confirm via your client (e.g. use GET /api/keys to list available keys).
  3. For endpoints, check the interactive API Reference to confirm the correct path and method.
  4. If you deleted the resource intentionally, no further action is required; otherwise, recreate it as needed.

If you continue to receive a 404 after these steps, please consult the full API reference at
API Reference or contact support.