Skip to main content
GET
/
core
/
webhook-config
/
platform-topics
Get Platform Topics
curl --request GET \
  --url https://api.integrations.commenda.io/v4/core/webhook-config/platform-topics \
  --header 'api_key: <api-key>'
{
  "data": {
    "topics": [
      "invoice.create",
      "invoice.update",
      "invoice.delete",
      "account.create"
    ]
  },
  "request_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}

Documentation Index

Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt

Use this file to discover all available pages before exploring further.

List allowed platform data model topics for DATA_MODEL_CHANGES webhooks. Topics follow the format {data_model}.{operation} (for example, invoice.create).

Response

Returns { data: { topics: string[] }, request_id }.

Authorizations

api_key
string
header
required

Response

Platform topic allowlist.

request_id
string
required
data
V4GetPlatformTopicsResponse · object
required