Tenant API Overview
The Tenant API enables server-to-server integrations for enterprise survey distribution. Use it to generate secure voting URLs for your panelists and track their activity.
Base URL
https://api.votito.com/tenant
Authentication
All requests require an API key in the X-API-Key header. See the Authentication Guide for details.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /surveys/{surveyId}/panelists/{panelistId} | Get panelist access info and voting URL |
| GET | /whoami | Verify API key and get tenant info |