Integrate with the Tour Expense Tracker platform using our REST API.
Integration endpoints under /api/v1/* authenticate with an API key in the request header:
Generate API keys from your organization settings page in the dashboard. Endpoints marked Session below are used by the dashboard itself and require a logged-in browser session — they are not callable with an API key.
/api/leadsSessionList all leads for your organization, optionally filtered by status.
/api/leadsSessionCreate a new lead in your organization.
/api/v1/leadsAPI keyIngest a lead via API key. Designed for website forms, WhatsApp, and other external integrations.
/api/reports/financialSessionRetrieve a multi-currency financial report for a given period (month, quarter, year, or all).
Download or reference the full OpenAPI 3.0 spec for use with Swagger UI, Postman, or any compatible tooling.
View openapi.json