Endpoints
Search Industries
Search for industries by keyword and return the most relevant matches, ordered by name.
Authorization
APIKeyHeader superAdminx-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.
Default
0Range
0 <= value <= 1000take?Take
Default
10Range
0 <= value <= 100Response 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": {}
}
]
}