Skip to main content

Errors

The Pixy API returns standard HTTP status codes together with a JSON error payload.

Example Error

{
  "message": "Unauthorized"
}

Common Status Codes

  • 400 Bad request
  • 401 Unauthorized
  • 403 Forbidden
  • 404 Not found
  • 429 Rate limited
  • 500 Internal server error

Debugging Tips

  • confirm the request path
  • confirm required fields are present
  • confirm the API key is valid
  • confirm you are using the correct environment