Documentation
API reference

Ingest server events

POST
/api/events

Queues one server event or a batch of server events for processing.

Authorization

secretKey
AuthorizationBearer <token>

A FounderHQ secret API key.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/events" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{  "inboxId": "string",  "ok": true,  "status": "QUEUED"}

AI agent or LLM? Read this page as markdown