Skip to main content
GET
/
v2
/
companies
/
{countryCode}
/
{companyId}
/
updates
Updates
curl --request GET \
  --url https://api.bizzy.ai/v2/companies/{countryCode}/{companyId}/updates \
  --header 'Authorization: Bearer <token>'
{
    "identifier": {
        "countryCode": "BE",
        "companyId": "1778186251",
        "name": "Bizzy"
    },
    "data": {
        "updates": [
            {
                "id": "2127510865",
                "type": "EXPANSION",
                "title": "Platform voor bedrijfsinformatie Bizzy plant eerste buitenlandse stappen"
            }
        ]
    },
    "pagination": {
        "limit": 4,
        "offset": 0,
        "total": 1
    }
}

Request

Accept-Language
string
default:"EN"
  • NL: Dutch - FR: French - EN: English

Path

countryCode
string
required
Any supported country code — see Supported countries.
companyId
string
required
Obfuscated companyId returned by the search endpoint.

Query

limit
number
default:"4"
Number of items to return per page. (max 500)
offset
number
default:"0"
Number of items to skip.
{
    "identifier": {
        "countryCode": "BE",
        "companyId": "1778186251",
        "name": "Bizzy"
    },
    "data": {
        "updates": [
            {
                "id": "2127510865",
                "type": "EXPANSION",
                "title": "Platform voor bedrijfsinformatie Bizzy plant eerste buitenlandse stappen"
            }
        ]
    },
    "pagination": {
        "limit": 4,
        "offset": 0,
        "total": 1
    }
}