| 200 | OK | Request was fulfilled successfully. | 
| 400 | Bad request | The request was rejected due to a missing or invalid parameter. | 
| 401 | Unauthorized | API key is missing or expired. | 
| 403 | Permission denied | API key does not have permission to access the requested resource. | 
| 404 | Not found | Resource not found.  If this status code is returned for a "Get Token" request on a new token then retry the request after 1-2 minutes. | 
| 405 | Method not allowed | An unsupported method was specified. | 
| 429 | Rate limit exceeded | Request limit for given API key was exceeded.  See Rate Limit for further details. | 
| 500 | Internal server error | An internal error occurred, please contract support. |