cURL
curl --request GET \ --url https://api.pubrio.com/companies/news/categories \ --header 'pubrio-api-key: <api-key>'
{ "data": [ { "news_category_id": "d1920fb3-977d-4a4d-8f7a-72e21d81e5b9", "slug": "acquires", "name": "Mergers & Acquisitions", "name_en": "Mergers & Acquisitions" }, "..." ] }
Retrieve the list of news article categories for filtering.
A unique API token that represents the actions you perform through the API and the corresponding permissions and operations. You can create it through the Settings section.
Successful response containing news category details.
Response info depends on specific endpoint.