Documentation Index
Fetch the complete documentation index at: https://docs.indiepitcher.com/llms.txt
Use this file to discover all available pages before exploring further.
Welcome
IndiePitcher REST API allows you to send emails, manage your contacts, and generate portal session to manage user’s contact lists. Please note that most destructive operations are currently not supported through the REST API for sesucurity reasons. Please use the IndiePitcher dashboard.Base URL
All requests contain the following base URL:Authentication
- Create a free account at IndiePitcher to get your API key. API keys are tied to a project.
- After you’ve generated your API key you can use it to authenticate your requests by including it in the
Authorizationheader.
Rate Limits
Rate limits are applied to all requests to the IndiePitcher API. The rate limits are as follows:- 10 requests per second across API keys tied to a project.
429 Too Many Requests response. The rate limit will reset after 1 second. We recommend using endpoints that support batch operations to reduce the number of requests made.
SDKs
SDKs are available for the following languages:- Node.js (requests from web browsers are blocked by CORS)
- Swift (server-side usage only)
- Python (sync and async)
