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.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.