The REST API is here! 🚀
We’re happy to announce that the Vemetric REST API is now available for all users! 🎉
With the REST API you can now programmatically access your Vemetric data and integrate it with your own tools and workflows. We strongly recommend you to take a look at our API documentation to get familiar with the available endpoints and examples.
Below you can already see some of the endpoints:
/v1/analytics/query
Query analytics metrics with optional grouping, sorting and filters.
/v1/funnels
Returns the list of funnels for the authenticated project.
/v1/users
Returns a list of users with optional filters, sorting and date range.
/v1/users/single
Returns one user by id or identifier.
The API can already be used for agentic workflows as well, but we’ll make that even easier with the upcoming CLI and MCP server.
We’re happy for any kind of feedback, so feel free to reach out if you have any questions or suggestions!