Skip to main content
In general, all responses come into the following types:
  • Informational responses (100 – 199);
  • Successful responses (200 – 299);
  • Redirection messages (300 – 399);
  • Client error responses (400 – 499);
  • Server error responses (500 – 599).
If your request was successful, you will receive a response with code 200 or 201 and the queried data in JSON format. Otherwise, you get an error response explaining what went wrong with your request and how to retrieve the requested data. Below are possible error responses you may get: