Complete API documentation for analytics tracking, contact forms, web audits, and more.
Include your API key in the X-API-Key header for protected endpoints.
curl -H "X-API-Key: your_api_key" https://apis2.thescrollstudio.com/api/v1/analytics/stats
{
"first_name": "John",
"last_name": "Doe",
"email": "john@example.com",
"phone": "+1234567890",
"message": "Hello!",
"site": "example.com",
"to": "recipient@example.com"
}