Skip to content

Service Unavailable

This problem occurs when the service requested is currently unavailable and the server is not ready to handle the request

Your client application did everything correct. Unfortunately our API is currently unavailable.

Type URITitleStatus
https://docs.sushi.com/api/errors/service-unavailableService Unavailable503
Example of an service-unavailable problem details:
{
  "type": "https://docs.sushi.com/api/errors/service-unavailable",
  "title": "Service Unavailable",
  "detail": "The service is currently unavailable",
  "status": 503,
  "code": "503-01"
}