Skip to main content
GET
/
vaults
/
{id}
/
events
Subscribe to vault events (SSE)
const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};

fetch('https://api.prudra.dev/vaults/{id}/events', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.prudra.dev/llms.txt

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

Authorizations

Authorization
string
header
required

Your Prudra API key. Get one at dashboard.prudra.com/settings/api-keys

Path Parameters

id
string
required

Query Parameters

from
string<date-time>

Replay events after this ISO timestamp

Response

200 - text/event-stream

SSE stream

The response is of type string.