Welcome
The Vantio API provides programmatic access to manage your referral programs, track ambassadors, and monitor earnings. This API uses OpenAPI 3.0 specification.Vantio API
View the OpenAPI specification file
Base URL
The API base URL is:Authentication
All API endpoints require authentication using a Bearer token. Include your secret API key in theAuthorization header:
sk_ followed by your secret key. You can find your API keys in your dashboard settings.
API Resources
The API is organized into the following resource groups:- Users - Student directory within your programs
- Referrals - Signups and conversions
- Posters - Ambassador posters and placements
- Impressions - QR scans and related activity
- Earnings - Earnings from referrals
Rate Limits
API rate limits apply to prevent abuse. Check response headers for rate limit information.Error Handling
The API uses standard HTTP status codes:200- Success400- Bad Request (invalid parameters)401- Unauthorized (invalid or missing API key)404- Not Found (resource doesn’t exist)