Back to Hub

Technical Protocols

The definitive guide to integrating with the Temsee economic infrastructure.

Authentication

Authenticate your requests using Bearer tokens or dedicated API keys. Keys can be managed in your dashboard settings.

Authorization: Bearer <your_token_or_key>

Invoices API

Create, retrieve, and manage invoices programmatically. Support for PDF generation and automated delivery.

POST /api/invoices
GET /api/invoices/:id

Webhooks

Receive real-time notifications for payment events, invoice status changes, and more.

payload: { event: "payment.succeeded", ... }

Request Complete Access

Full Postman collections and OpenAPI schemas are available for authorized enterprise integration.