Base URL
All API requests are made to the following base URL:Authentication
Every request to the Saytics API must include your API key in theAuthorization header. See the authentication guide for details on key types and how to find your keys.
Rate limits
Rate limits apply per API key and vary by plan.
When you exceed your rate limit, the API returns a
429 status code. Wait until the next minute window before retrying.
Response format
All responses use JSON. A successful response includes astatus field; error responses include an error object with a code and message.
HTTP status codes
Versioning
The current API version isv1, reflected in the base URL. When breaking changes are introduced, Saytics will notify you by email and post details in the changelog before the change takes effect.