Get Started
Introduction
Introduction to the Hellotracks API
- Last Update: Nov 11, 2023
- The API is stateless.
- Do not poll too frequently, consider using Webhooks instead.
- Questions regarding API can be sent to api@hellotracks.com.
Endpoint
Every request is POST
POST https://api.hellotracks.com/api/<action>
POST request data is in JSON format, consists of required data
attribute for data,
and an optional api-version attribute ver
defaulting to the newest version. Current version is 2
.
REQUEST
Response is in json format
RESPONSE
HTTP Status Code
Code | Type | Description |
---|---|---|
200 | OK | Request successfully responded. |
500, 502, 503, 504 | Server Errors | Something went wrong on Hellotracks’ end. |