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 wrong
  • 5xx = We did something wrong
200 - OKEverything worked as expected
400 - Bad RequestThe request didn't work because something you sent was wrong.
404 - Not FoundWhatever you asked for doesn't exist (or no longer exists)
500 - Internal Server ErrorSomething went wrong on our side.