API Response Codes
Tailrender will return the following API codes based on the request:
Code | Description |
---|---|
200 | Request was processed successfully. |
202 | Accepted. Your request was accepted for processing. |
400 | Bad request. Often times, this is due to a missing Authorization header. |
401 | Unauthorized. It's likely a bad API key was passed. |
403 | Forbidden. Tailrender will return this status code when there are no remaining render credits on your subscription. |
404 | Not found. Tailrender will respond with a 404 when an incorrect template name has been passed to the API. |
500 | An unknown error occurred while attempting to process your request. |