Vantage has a public API for developers who want to build custom connections to your workspace. Use it to automate workflows or to connect Vantage to tools that do not have a native integration or a Zapier connector.
What is available
The public API covers the core Vantage data model. Key endpoints include:
Events — create, read, and update events
Projects — read project data
Clients — read client and address data
Assets — read asset data
Invoices — read vendor invoice data
Time logs — read approved installer hours for completed events
Addresses — read address data
Where to find the documentation
Full API documentation is available at api.vantage.software. It covers all available endpoints, request formats, response schemas, and authentication.
Authentication
The API uses token-based authentication. Your API token is generated by the Vantage team and tied to your workspace.
To get your API token, contact the Vantage team. Tokens are generated per workspace. Do not share your token with other workspaces or external parties.
FAQ
Do I need a developer to use the API?
Do I need a developer to use the API?
Yes. The public API is intended for developers building custom integrations. If you need to connect Vantage to another tool without writing code, Zapier is a better starting point.