Authorization
All requests must include a Bearer token in theAuthorization header. You can find your API key in the Leadterra dashboard under Settings → API Keys.
Request Parameters
This endpoint accepts no query parameters, path parameters, or request body.Example Request
Response Fields
The response is a JSON array. Each element represents one sender pool belonging to your workspace.Unique identifier for the pool (e.g.,
pool_01HABC).Human-readable label assigned to the pool in the Leadterra dashboard.
Maximum number of emails this pool can send within a 24-hour rolling window.
Number of emails still available to send within the current 24-hour window. Resets at the start of each period.
List of sender account IDs that belong to this pool. Use the Sender Accounts endpoint to look up details for each ID.
Example Response
Error Codes
| HTTP Status | Code | Meaning |
|---|---|---|
400 Bad Request | invalid_request | The request was malformed or contained unexpected parameters. |
401 Unauthorized | authentication_failed | The Authorization header is missing, malformed, or the key is invalid. |
404 Not Found | workspace_not_found | No workspace is associated with the provided API key. |