Need help?

If you can't find what you're looking for, please contact our support team.

Contact Support →

Introduction

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.

Base URL

https://api.siteto.app/v1

Authentication

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.

Example Request

curl https://api.siteto.app/v1/apps \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"

API Changelog

2023-11-15

Added new analytics endpoints for tracking user engagement.

2023-10-02

Introduced webhook support for real-time updates.

2023-09-18

Initial API release with basic app management capabilities.