Response Codes

All API responses will provide a HTTP Status Code.

  • 2xx - Successful responses
  • 4xx - Client error. Something was wrong with how the request was submitted. Users should alter the request before trying again.
  • 5xx - Server error. There is an issue on the Tive side of things. Please wait and try again later.

Error Codes

Below is a table of some common error codes that you may run into while using the Tive API. In some cases, an additional status message will accompany the status code providing more context into why the error occurred.

Status CodeDescription
400Bad Request. Tive cannot or will not process the request due to a client error. Common reasons include malformed requested, size too large, invalid request message framing, or deceptive request routing.
401Unauthorized. The request cannot be completed as the user doesn't have the proper permissions.
429Too Many Requests. You have made too many requests within the allotted time. See Rate Limiting for more information.
5XXInternal Server Error. Tive servers are currently having an issue. Please try again later.