WEBHOOK
company.updated
{
  "type": "company.updated",
  "timestamp": "2025-03-25T08:17:34.000Z",
  "data": {
    "id": 329385,
    "name": "ACME Corporation",
    "displayName": "ACME Corp.",
    "country": "US",
    "tickers": [
      {
        "exchange": "OTCPK",
        "ticker": "EXMPL"
      }
    ],
    "isins": [
      "US1234567890"
    ],
    "backlinkUrl": "https://example.com",
    "createdAt": "2025-03-25T08:16:52.000Z",
    "updatedAt": "2025-03-25T08:17:33.000Z"
  },
  "previousAttributes": {
    "updatedAt": "2025-03-25T08:16:52.000Z",
    "tickers": []
  }
}

Headers

Webhook-Id
string
required

A unique message identifier for the webhook.

Webhook-Timestamp
string
required

The time the message was generated (Unix timestamp in seconds).

Webhook-Signature
string
required

A cryptographic signature that allows you to verify the integrity and authenticity of the payload.

Body

application/json
type
string
required

The type of event.

Allowed value: "company.updated"
timestamp
string<date-time>
required

The time the event was triggered.

data
object
required

On update, contains the updated details.

previousAttributes
object
required

Only the properties that changed.

Response

200

Webhook received successfully