Introduction
Get started with the Tatango API
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 the x-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. |
Specific error information is available for each request. This is shown on the request’s page. See the “response” sub-section at the bottom of the page for an example. Then, click the drop down to see the specific error response examples.
Rate Limit
The default rate limit is 10 requests per second. This number can be increased for trusted senders by request. After that, you’ll hit the rate limit and receive a 429 response error code.
Learn more about our rate limits.