Skip to main content
GET
/
companies
/
news
/
categories
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"
    },
    "..."
  ]
}

Authorizations

pubrio-api-key
string
header
required

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.

Response

Successful response containing news category details.

data
object[] | null

Response info depends on specific endpoint.