Documentation
API reference

Create an account context token

POST
/api/events/account-context

Mints a token for a confirmed account membership and payer contact.

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

curl -X POST "https://example.com/api/events/account-context" \  -H "Content-Type: application/json" \  -d '{    "account": "string",    "idempotencyKey": "string",    "userId": "string"  }'
{  "contextToken": "string",  "expiresAt": "2019-08-24T14:15:22Z",  "key": "string"}

AI agent or LLM? Read this page as markdown