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": "<string>",
  "timestamp": "<string>",
  "topic": "subscription.created",
  "context": {
    "subscription": "<string>",
    "lead": "<string>"
  }
}

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_u61t0og0haa87wtzoc41qdfd"

Response

Retrieve the event details

  • Option 1
  • Option 2
id
string
required

Unique identifier for the webhook event

timestamp
required

Timestamp when the event was created

topic
enum<string>
required
Available options:
subscription.created
context
object
required

The context of the subscription.created event