Trendtracker Connect
Endpoints

Search Industries

Search for industries by keyword and return the most relevant matches, ordered by name.

GET
/industries

Authorization

APIKeyHeader superAdmin
x-api-key<token>

In: header

Scope: superAdmin

Query Parameters

query?|

The query to search for.

skip?Skip

The number of results to skip, when paging.

Default0
Range0 <= value <= 1000
take?Take
Default10
Range0 <= value <= 100

Response Body

application/json

application/json

curl -X GET "https://connect-api.trendtracker.ai/industries"
{
  "data": [
    {
      "id": "string",
      "name": "string"
    }
  ],
  "total": 0
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}