/accounts Authentication
Send your organization API key as a Bearer credential.
Authorization: Bearer YOUR_API_KEY Response
application/json Accounts fetched successfully
items object[] required List of user accounts
Show child attributes
items.id number required ID of the account
1 items.email string required Email of the account
user@example.com items.first_name string required First name
John items.last_name string required Last name
Doe items.warmup boolean required Whether warmup is enabled
true items.warmup_last_date_send string required Last date when warmup sent an email
2025-09-20T12:00:00.000Z items.last_type_send_email string required Type of last sent email
warmup items.warmup_start_date string required Date when warmup started
2025-09-10T10:00:00.000Z items.warmup_sent_today number required Number of warmup emails sent today
5 items.warmup_daily_limit number required Warmup daily limit
20 items.warmup_starting_email_number number required Warmup starting email number
1 items.expected_to_send_warmup_emails number required Expected to send warmup emails
50 items.service string required Service (google, yandex, etc.)
google items.limit number required Sending limit per day
50 items.sent_today number required Sent today
10 items.total_sent number required Total sent emails
300 items.id_previous_sending_campaign number required ID of previous sending campaign
123 items.cooldown_start number required Cooldown start (seconds)
180 items.cooldown_end number required Cooldown end (seconds)
360 items.is_account_ready string required Date when account is ready
2025-09-18T09:00:00.000Z items.user_id number required User ID owning the account
42 items.tags string[] required Tags assigned to account
["Disconnected", "Bounce"] items.last_block_account_date string required Date when account was last blocked
2025-09-21T14:00:00.000Z items.error_text string required Error text if account failed to connect
Invalid credentials items.signature string required Signature attached to outgoing emails
Best regards, John Invalid request body (e.g. missing required fields, or invalid field values)
message string[] required List of detailed validation or business error messages
["Name cannot be empty", "Field must be greater than 0"] error string required Short error description
Bad Request statusCode number required HTTP status code of the error
400 This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)
message string[] required List of messages explaining why the request was unauthorized
["User is not authorized", "Invalid API key"] error string required Short error description
Unauthorized statusCode number required HTTP status code of the error
401 You have exceeded the rate limit. Please check the rate limit docs for more information.
message string[] required List of messages explaining the rate limiting issue
["Too many requests, please try again later"] error string required Short error description
Too Many Requests statusCode number required HTTP status code of the error
429