Skip to main content
GET
/
events
/
{id}
Get an event
curl --request GET \
  --url https://api.nomos.energy/events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "evt_kaxfidu5igosdt90fq6jpbul",
  "topic": "subscription.created",
  "timestamp": "2024-03-14T12:00:00Z",
  "context": {
    "subscription": "sub_wa3wpi5dac0z6f1ivpysb99o",
    "lead": "lead_akmnkpu5efs0tc3kt8vn7xoa"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Example:

"evt_mx158x1agtz5zuo1dkvrsnlu"

Response

Retrieve the event details

id
string
required

Unique identifier for the webhook event

Example:

"evt_kaxfidu5igosdt90fq6jpbul"

topic
enum<string>
required

Event type identifier

Available options:
subscription.created
Example:

"subscription.created"

timestamp
required

Timestamp when the event was created

Example:

"2024-03-14T12:00:00Z"

context
object
required

The context of the subscription.created event