HTTP response codes
Purpose
The HTTP response codes in the following table describe data returned as a response from an API server after a RESTful request has been made. It includes success and failure codes and their descriptions.
Code | Meaning & possible causes |
---|---|
| OK |
| Created |
| No Content : The secret has been replaced with a new secret. |
| Partial Content |
| Malformed request : Malformed syntax. Possible causes include: The requested syntax is not available. |
| Bad request : Parameters out of range. Possible causes include:
|
| Unauthorized : The supplied Admin Key is not valid for this request. No Admin Key is supplied. |
| Unauthorized : Configuration not found. The configuration does not exist in the database. The user has not registered an Admin Key. |
| Forbidden : The supplied API Key is not valid for this request. |
| Forbidden : User can only register once. |
| Not Found : Object with the specified id does not exist. |
| Internal Server Error : There is a problem with the TomTom Location History API service. |