Appearance
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:
Name | Example | Description |
---|---|---|
X-RateLimit-Limit | 300 | The maximum number of requests allowed during the rate limit time window. |
X-RateLimit-Remaining | 123 | The remaining number of requests allowed during the rate limit time window. |
X-RateLimit-Reset | 973036740 | The number of seconds in unix time, UTC timezone, when the current rate limit window resets. |