/api endpoints are defined in the required data field. /api endpoints use the POST method; REST endpoints under /v1 use the HTTP method documented for each route.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authenticating requests with API-Key
curl -X POST https://api.hellotracks.com/api/$endpointname \\
--header 'API-Key: ABCDEF.ABCDEFGHIJKLMNOPQRSTUVWXYZ123456' -d \\
'
{
"data":{
...
}
}
'
/api endpoints are defined in the required data field. /api endpoints use the POST method; REST endpoints under /v1 use the HTTP method documented for each route.