These codes are returned in status
string in API calls.
Code | Description in | Why could you be seeing this code? |
---|---|---|
200 |
| "OK", returned as a general success code |
201 |
| “Created”, returned when session creation was a success |
400 |
| “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 |
| “Unauthorized”, returned when there is an issue with user authentication |
404 |
| “Not found” |
500 |
| “Internal server error”, a generic error message, returned when something went wrong |