Skip to content

Unauthorized

This problem occurs when the provided API key has blacklisted / not-whitelisted your IP address or origin.

Your client application tried to access a resource that requires an API key, but the key has either blacklisted or not whitelisted your IP address or origin. 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/unauthorizedUnauthorized403
Example of an unauthorized problem details:
{
  "type": "https://docs.sushi.com/api/errors/unauthorized",
  "title": "Unauthorized",
  "details": "IP not whitelisted",
  "status": 403,
  "code": "403-01",
}