Skip to main content
Use this endpoint to inspect the private delivery pools assigned to your workspace. A sender pool groups one or more sender accounts together to distribute outbound volume across them. You can use pool data to monitor daily capacity and decide whether to throttle or accelerate campaign send rates before queuing new work.

Authorization

All requests must include a Bearer token in the Authorization 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.
string
Unique identifier for the pool (e.g., pool_01HABC).
string
Human-readable label assigned to the pool in the Leadterra dashboard.
integer
Maximum number of emails this pool can send within a 24-hour rolling window.
integer
Number of emails still available to send within the current 24-hour window. Resets at the start of each period.
array of strings
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