Skip to main content
Triggered on the supply start date, when energy delivery to the customer begins. Use this to mark the customer active in your own systems.

Response body parameters

id
string
required
Unique event identifier (starts with evt_).
timestamp
string
required
ISO 8601 timestamp when the event was created.
topic
literal
required
Always subscription.activated for this event.
context
object
required
Event-specific data containing related resource IDs.
{
  "id": "evt_abc123def456ghi789jkl012",
  "timestamp": "2026-01-15T10:30:00.000Z",
  "topic": "subscription.activated",
  "context": {
    "subscription": "sub_abc123def456ghi789jkl012"
  }
}