v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBList account
Requires one of the following scopes: accounts:read, accounts:all, all:read, all:all
Query parameters
The number of items to return
Pagination cursor from next_starting_after, in timestamp_created&email format. Legacy ISO date-time cursor is still supported.
Filter accounts by tag ids. Returns accounts that have any of the specified tags assigned. You can specify multiple tag ids by separating them with a comma.
Filter accounts by tag ids with AND logic. Returns only accounts that have all of the specified tags assigned. You can specify multiple tag ids by separating them with a comma.
Include tags in the response. If true, the response will include the tags assigned to each account.
The filter to apply to the accounts.
Column to sort results by.
Sort direction. Defaults to desc when sort_by is provided.
Number of items to skip for offset-based pagination. Used with sort_by when cursor pagination is not available.
Response
The list of Account
Example response
{
"items": [
{
"email": "user@example.com",
"timestamp_created": "2026-07-24T15:45:24.434Z",
"timestamp_updated": "2026-07-24T15:45:24.434Z",
"first_name": "John",
"last_name": "Doe",
"warmup": {
"limit": 100,
"advanced": {
"open_rate": 0.95,
"important_rate": 0.8,
"read_emulation": true,
"spam_save_rate": 0.02,
"weekday_only": true
},
"warmup_custom_ftag": "warmup",
"increment": "disabled",
"reply_rate": 0.1
},
"added_by": "019f94cd-83d2-70cb-85f9-63647d70239b",
"daily_limit": 100,
"daily_limit_max": 100,
"warmup_limit_max": 100,
"modified_by": "019f94cd-83d2-70cb-85f9-63659978e4d2",
"tracking_domain_name": "example.com",
"tracking_domain_status": "active",
"status": 1,
"inbox_placement_test_limit": 10,
"organization": "019f94cd-83d2-70cb-85f9-63668b327b01",
"warmup_status": 1,
"status_message": {
"code": "EENVELOPE",
"command": "DATA",
"response": "550-5.4.5 Daily user sending limit exceeded. For more information on Gmai",
"e_message": "error: data command failed: 550-5.4.5 daily user sending limit exceeded",
"responseCode": 550
},
"timestamp_warmup_start": "2026-07-24T15:45:24.434Z",
"provider_code": 2,
"stat_warmup_score": 85,
"sending_gap": 10,
"signature": "Best regards, John Doe",
"reply_to": "reply@example.com",
"tags": [
{
"id": "019f94cd-ad92-717d-9823-e32236aa4c1a",
"label": "Important tag"
}
]
}
],
"next_starting_after": "019f94cd-ad92-717d-9823-e323197dd07e"
}