GuidesAPI ReferenceChangelog
Log In

Company Events

API Endpoint

GET /v1/companies/:company_id

Event types

  • company.provisioned
  • company.updated

Metadata

Resource: "Company"
Entity: "Company"

Example payload

{
    "event_type": "company.provisioned",
    "resource_type": "Company",
    "resource_id": 7757616923994151,
    "resource_uuid": "9cf96c42-15f7-40db-ac7e-43ee6c7d8749",
    "entity_type": "Company",
    "entity_id": 7757616923994151,
    "entity_uuid": "9cf96c42-15f7-40db-ac7e-43ee6c7d8749",
    "timestamp": 1619720363,
 }

In the case of Company Events, the resource_type, resource_id, and resource_uuid, match the entity_type, entity_id, and entity_uuid.