Skip to content

Invalid Api Key

This problem occurs when the provided API key is invalid or missing.

Your client application tried to access a resource that requires an API key, but the key was either invalid or not provided. Please check your API key and try again. It can be provided as a query parameter or in the authorization header.

Type URITitleStatus
https://docs.sushi.com/api/errors/invalid-api-keyInvalid Api Key401
Example of an invalid-api-key problem details:
{
  "type": "https://docs.sushi.com/api/errors/invalid-api-key",
  "title": "Invalid or Missing API Key",
  "details": "Invalid API key",
  "status": 401,
  "code": "401-01",
}