Skip to content

Not Found

This problem occurs when the requested resource could not be found.

Your client application tried to access a resource that does not exist (or could not be found). Please review how your users initiated such a request.

Type URITitleStatus
https://docs.sushi.com/api/errors/not-foundNot Found404
Example of an not-found problem details:
{
  "type": "https://docs.sushi.com/api/errors/not-found",
  "title": "Not Found",
  "detail": "The requested resource was not found",
  "status": 404,
  "code": "404-01"
}