API Error Responses
These are the HTTP error codes you should expect to receive
We use the normal HTTP error codes you'd expect, but in general:
2xx= It worked!4xx= You did something wrong5xx= We did something wrong
| 200 - OK | Everything worked as expected |
| 400 - Bad Request | The request didn't work because something you sent was wrong. |
| 403 - Forbidden | Authentication failed |
| 404 - Not Found | Whatever you asked for doesn't exist (or no longer exists) |
| 500 - Internal Server Error | Something went wrong on our side. |
Updated 5 months ago