Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nomos.energy/llms.txt

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

Triggered on the supply end date, when energy delivery to the customer stops. Distinct from subscription.terminated, which signals an upcoming cancellation.

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