Skip to main content
Event triggered after the subscription record has been persisted, but before the grid operator has confirmed it and before supplier-switching has started. There is no supply start date yet at this point. If the optional lead field is set, the subscription was created from an existing lead, so you can join it back to your qualification flow.

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.created 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.created",
  "context": {
    "subscription": "sub_abc123def456ghi789jkl012",
    "lead": "lead_abc123def456ghi789jkl012"
  }
}