Common HTTP status codes (table)

These codes are returned in status string in API calls.

Code

Description in status

Why could you be seeing this code?

200

success

data

"OK", returned as a general success code

201

created

data

“Created”, returned when session creation was a success

400

fail

“Bad request”, returned when the server deems that something is incorrect on the client side. Check the payload for additional troubleshooting codes to understand the issue

401

fail

“Unauthorized”, returned when there is an issue with user authentication

404

fail

“Not found”

500

fail

“Internal server error”, a generic error message, returned when something went wrong