cURL
curl --request GET \ --url https://api.sectors.app/v2/tags/ \ --header 'Authorization: <api-key>'
[ "acquisition", "affordable-housing", "agms", "agreement", "ai" ]
Returns a sorted alphabetical array of all available tag slugs used across news articles and company filings. Use these values as inputs to the tags parameter.
tags
Used by: News Articles, Company Filings
API key passed directly in the Authorization header (without Bearer prefix).
Plain array of slugified tag strings, sorted alphabetically.