Base URL
The Tatango API is built on REST principles. We enforce HTTPS in every request to improve data security, integrity, and privacy. The API does not support HTTP. All requests contain the following base URL:Authentication
To authenticate you need to add thex-api-key header populated with your Tatango provided API Key shown in the GIF below.
API Key Creation
You can create an API key by logging into the Tatango App and navigating to My Account -> API -> Create API Key.
Response Codes
Tatango uses standard HTTP codes to indicate the success or failure of your requests. In general, 2xx HTTP codes correspond to success, 4xx codes are for user-related failures, and 5xx codes are for infrastructure issues.| Status | Description |
|---|---|
| 200 | Successful request. |
| 202 | Successful request, and the request is being processed asynchronously. |
| 400 | Check that the request body’s parameters were correct. |
| 403 | The API key used was invalid or missing. |
| 404 | The resource was not found. Check the URL and HTTP method. |
| 429 | The rate limit was exceeded. |
| 5xx | Indicates an error with Tatango servers. If you receive this error repeatedly, please contact support. |
