Complete API reference for integrating with LTVboost
LTVboost provides a comprehensive REST API for managing respondents, quizzes, actions, and analytics.
All API requests require authentication using an API token:
curl -H "Authorization: Bearer YOUR_API_TOKEN" \
https://api.ltvboost.com/v1/respondents
https://api.ltvboost.com/v1
For detailed examples and schemas, see our [API Reference](https://api.ltvboost.com/docs).