Skip to main content
GET
/
v2
/
tags
News Tags
curl --request GET \
  --url https://api.sectors.app/v2/tags/ \
  --header 'Authorization: <api-key>'
[
  "acquisition",
  "affordable-housing",
  "agms",
  "agreement",
  "ai"
]

Authorizations

Authorization
string
header
required

API key passed directly in the Authorization header (without Bearer prefix).

Response

Plain array of slugified tag strings, sorted alphabetically.

{key}
any