Authentication
All API requests require authentication using an API key. Get your API key from your dashboard:- Go to your website settings
- Click “API Keys”
- Create a new API key
- Copy the key (you won’t be able to see it again)
Base URL
Authentication header
Include your API key in theAuthorization header:
Rate limits
API requests are rate-limited to prevent abuse:- 100 requests per minute per API key
- Rate limit headers are included in responses:
X-RateLimit-Limit- Request limitX-RateLimit-Remaining- Remaining requestsX-RateLimit-Reset- When the limit resets
Response format
All API responses follow this format:Success response
Error response
Endpoints
GET Visitor
Get visitor data
POST Goal
Track custom goal events
POST Payment
Record payments
Example request
Next steps
GET Visitor
Learn how to get visitor data