If you can't find what you're looking for, please contact our support team.
Contact Support →The SiteTo.App API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
https://api.siteto.app/v1
The SiteTo.App API uses API keys to authenticate requests. You can view and manage your API keys in the SiteTo.App Dashboard.
Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.
curl https://api.siteto.app/v1/apps \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
Added new analytics endpoints for tracking user engagement.
Introduced webhook support for real-time updates.
Initial API release with basic app management capabilities.