The definitive guide to integrating with the Temsee economic infrastructure.
Authenticate your requests using Bearer tokens or dedicated API keys. Keys can be managed in your dashboard settings.
Authorization: Bearer <your_token_or_key>
Create, retrieve, and manage invoices programmatically. Support for PDF generation and automated delivery.
POST /api/invoices GET /api/invoices/:id
Receive real-time notifications for payment events, invoice status changes, and more.
payload: { event: "payment.succeeded", ... }Full Postman collections and OpenAPI schemas are available for authorized enterprise integration.