Errors
The myfood24 API uses standard HTTP response codes to indicate if a request succeeded or failed. Below is a summary of the expected codes:
Code | Description |
---|---|
200 | Success |
403 | Invalid/revoked/expired API Key provided |
400 | The payload was invalid, the response will provided additional details |
404 | The requested resource could not be found |
429 | Rate limit exceeded (see Rate Limiting) |
500 | An internal server error occurred in the myfood24 API, retrying may succeed |
503 | Service unavailable, retrying may succeed |