Skip to main content
Responses to Toku API calls use the HTTP status code convention to indicate whether the call was successful or failed.
Ok
The call was successful.
Created
The call was successful and a new object or group of objects was created.
Bad Request
The call is well formed but contains semantic errors. You may have missed required fields, or included fields that do not match.
Unauthorized
You did not enter the API Key in the Header of the call, or you did it with an incorrect format.
Forbidden
According to the API Key you indicated in the Header, you do not have permissions to make this type of call.
Not Found
According to the API Key indicated in the Header, the resource does not exist. This may also indicate that you are not allowed to make this type of call.
Unprocessable Entity
The call is well formed but contains semantic errors. You may have missed required fields, or included fields that do not match.
Too Many Requests
You called the API too many times in a row, wait a bit.
Internal Server Error
The server encountered an error while processing the request.
Service Unavailable
The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
Gateway Timeout
The server, while acting as a gateway or proxy, did not receive a timely response from an upstream server it needed to access in order to complete the request.
HTTP Version Not Supported
The server does not support, or refuses to support, the major version of HTTP that was used in the request message.