Email Accounts
List Email Accounts
Retrieve a paginated list of email accounts in your workspace.
GET
Query Parameters
Page number (starts at 1).
Number of accounts per page (1-100).
Response
Array of email account objects.
Email account credentials (passwords) are never exposed through the API. To add or modify email accounts, use the dashboard.
Rate Limit
- 100 requests per minute, per API key. Fixed 60-second window.
- Every response includes
X-RateLimit-Limit,X-RateLimit-Remaining, andX-RateLimit-Reset(unix epoch seconds). - A
429response includes aRetry-Afterheader (seconds until the bucket resets).
Retry-After, exponential backoff, monitoring X-RateLimit-Remaining), see Rate Limiting.