Skip to main content
POST
/
api
/
cro
/
companies
/
events
/cro/companies/events
curl --request POST \
  --url https://api.anysite.io/api/cro/companies/events \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "company": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "event_id": "<string>",
    "@type": "@cro_company_event",
    "event_date": "<string>",
    "description": "<string>",
    "type": "<string>",
    "type_id": 123
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
company
string
required

CRO entity id or public registered number

Examples:

"139795"

"104547"

count
integer
required

Max number of events to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

event_id
string
required
@type
string
default:@cro_company_event
event_date
string | null
description
string | null
type
string | null
type_id
integer | null