Skip to content

Introduction

Early Access Preview Early Access

The v3 APIs are currently available under early access preview.

While in early access, we may add, modify, or remove the API endpoints available to developers based on feedback we receive during this phase.

Requesting Access

Access to our APIs is evaluated on a case-by-case basis. To find out if your use case is one that we support feel free to get in touch with the details of your project. partners@litmus.com

OAuth Authorization

All of the v3 APIs support the Client Credentials OAuth 2.0 authorization flow.

Rate Limiting

The v3 API limits requests to 300 requests per 15 minutes.

Exceeding that limit will result in a failed request and HTTP 429 Too Many Requests will be returned.

All responses include the following headers:

NameExampleDescription
X-RateLimit-Limit300The maximum number of requests allowed during the rate limit time window.
X-RateLimit-Remaining123The remaining number of requests allowed during the rate limit time window.
X-RateLimit-Reset973036740The number of seconds in unix time, UTC timezone, when the current rate limit window resets.