API OVERVIEW
AUTHENTICATION
API PROTOCOL
API DATA
- Recipes
- Recipe Reviews
- Recipe Images
- Recipe Search Results
- Food Glossary
- Favorites
- Try
- Grocery List
- User Profile
DATA MANAGEMENT
BRANDING, LEGAL & FINANCIAL
Response Codes
All calls made to the BigOven Build API return a response that contains a code signifying the outcome of the request. These codes can either be passed on to the user, or more likely, interpreted within your implementation for further processing.
What Response Codes Can I Expect?
Response Code | Description |
200 OK | Request was fulfilled. |
201 CREATED | POST request successfully created entity. |
400 BAD REQUEST | Invalid request or rate limit exceeded. |
403 FORBIDDEN | Failed authentication request. |
404 NOT FOUND | Request URI invalid. |
500 INTERNAL ERROR | Server error has occurred. |
In the case of an error, the API will also return a message containing more detail.