HTTP response codes
Service version: 1
Last edit: 2019.09.18
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 and possible causes |
---|---|
200 |
OK |
201 |
Created |
206 |
Partial Content |
400 |
Malformed request: Malformed syntax. Possible causes include: The requested syntax is not available. |
400 |
Bad request: Parameters out of range. Possible causes include:
|
401 |
Unauthorized:
|
401 |
Unauthorized: Configuration not found.
|
403 |
Forbidden: The supplied API Key is not valid for this request. |
403 |
Forbidden: User can only register once. |
500 |
Internal Server Error: There is a problem with the TomTom Geofencing API service. |