Get the companies on a curated industry list. Public — no sign-in required.
Returns the companies we publish for an industry, newest list first, each with the number of changes we have on file and when we last read them. Use the `id` on an entry to start tracking that company without handing us an address. An industry that publishes no companies returns an empty `items` array rather than an error.
Path Parameters
^[a-z0-9-]+$1 <= length <= 128Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api.competitortracker.io/v1/track-lists/leave-management-software"{
"slug": "string",
"name": "string",
"generatedAt": "string",
"isStale": true,
"items": [
{
"id": "string",
"slug": "string",
"name": "string",
"url": "string",
"changesTotal": 0,
"lastRead": "string",
"affiliated": true,
"alreadyTracked": true
}
],
"balance": {
"coins": 0,
"paidCompetitorCount": 0,
"alreadyTrackedCount": 0,
"grantEligible": true
}
}{
"code": "string",
"message": "string",
"resolution": "string"
}{
"code": "string",
"message": "string",
"resolution": "string"
}{
"code": "string",
"message": "string",
"resolution": "string"
}Competitors
Subscribe, list, get, update, and unsubscribe from tracked competitors — the REST API reference for this group: every path with its parameters, the request.
Get one company we publish. Public — no sign-in required. GET
Returns a single company by its published name, in the same shape as an industry list with one entry in `items`. Anything that reads a list can read this. Use the `id` on the entry to start tracking that company without handing us an address.