v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBAccount
Get account
Requires one of the following scopes: accounts:read, accounts:all, all:read, all:all
get/api/v2/accounts/{email}
Path parameters
emailstring required
Example:jon@doe.com
The email of the account to get
Response
The requested Account
Example response
{
"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"
}