Errors
Sending invalid JSON will result in a
400 Bad Request
response.Using an invalid OAuth token will result in a
401 Unauthorized
response.Calling a endpoint which does not exist will result in a
404 Not Found
response.Sending invalid fields will result in a
422 Unprocessable Entity
response.Hitting a rate limit will result in a
429 Too many requests
response.An internal server error will result in a
500 Internal Server Error
response.