Interactive local reference

Inspect the endpoint before writing the call.

Select a request to update the description and deterministic sample response. Nothing leaves the browser.

Base URLapi.novahttp.example
FormatJSON examples
ExecutionLocal simulation
CredentialsFictional only

Event endpoints.

Use the selection pattern for any REST, webhook, infrastructure, or data API reference.

GET /v1/eventsSample response

List delivery events

Returns deterministic sample events for this front-end demonstration.

{
  "data": [
    { "id": "evt_demo_813", "state": "delivered" },
    { "id": "evt_demo_814", "state": "queued" }
  ],
  "next_cursor": "cursor_demo_02"
}

Parameter structure

Keep required context near the call.

A concise parameter group avoids making readers scan a long, repetitive specification table.

limitinteger, optional
afterstring, optional
stateenum, optional
GET /v1/events?limit=20&state=delivered
Authorization: Bearer demo_key

Errors should direct the fix.

Use a short error catalog with a clear cause and a useful next action.

Prefer implementation-specific examples?

Choose an SDK