v1

latestOpenAPI 3.1.02026-07-247601.0 MB
Miscellaneous

Get a List of Email Accounts

This endpoint doesn't consume Apollo credits. Learn more about API pricing and credits.

You can <a href="https://knowledge.apollo.io/hc/en-us/articles/4409127806093-Link-Your-Mailbox-to-Apollo" target="_blank">link mailboxes to Apollo</a>, and use them for prospect outreach.<br><br>Use the Get a List of Email Accounts endpoint to retrieve information about the linked email inboxes that your teammates use in your Apollo account.<br><br>In particular, this endpoint returns IDs for each of your team's linked email accounts, which can be used with the <a href="https://docs.apollo.io/reference/add-contacts-to-sequence">Add Contacts to a Sequence endpoint</a>.<br><br>This endpoint doesn't require any parameters.<br><br>This endpoint requires a master API key. If you call the endpoint without a master key, you receive a 403 response. Check out <a href="https://docs.apollo.io/docs/create-api-key">Create an API Key</a> to learn how to create a master key.

get/email_accounts

Response

200

Example response

{
  "email_accounts": [
    {
      "aliases": [
        "test.liam@apollomail.io"
      ],
      "id": "6630ffa2a7f52601c7578345",
      "user_id": "66302798d03b9601c7934ebc",
      "email": "test.liam@apollomail.io",
      "type": "gmail",
      "active": true,
      "default": true,
      "seconds_delay_between_emails": 600,
      "provider_display_name": "Gmail",
      "last_synced_at": "2024-09-19T18:50:45.088+00:00",
      "email_sending_policy_cd": "default",
      "created_at": "2024-04-30T14:26:42.061Z",
      "email_daily_threshold": 50,
      "deliverability_score": {
        "_id": "66de4138d8a8a300016b404e",
        "created_at": "2024-09-09T00:28:41.695Z",
        "date_from": "2024-09-09",
        "date_to": "2024-09-15",
        "domain_health_score": 5,
        "email_account_domain_age_score": 5,
        "email_account_id": "6630ffa2a7f52601c7578345",
        "random": 0.6074748,
        "team_id": "6095a710bd01d100a506d4ac",
        "updated_at": "2024-09-09T00:28:41.695Z",
        "user_id": "66302798d03b9601c7934ebc",
        "id": "66de4138d8a8a300016b404e",
        "key": "66de4138d8a8a300016b404e"
      },
      "max_outbound_emails_per_hour": 6,
      "limits_editable": true,
      "mailwarming_status": "never_started",
      "mailwarming_score_banner": "start_warm_up_for_score",
      "mailwarming_on_weekdays_only": true,
      "true_warmup_thresholds": {
        "open_rate": 20,
        "reply_rate": 1,
        "bounce_rate": 1,
        "spam_block_rate": 1
      },
      "active_campaigns_count": 2,
      "nudge_user_to_send_mails": true,
      "signature_html": "<div>Liam Donovan</div><div>Apollo Academy Sales Instructor</div><div>liam.donovan@apollo.io</div><div><br></div><div><a href=\"http://www.berkley.edu\" rel=\"noopener noreferrer\" target=\"_blank\">Apollo Knowledge Base</a></div><div><br></div><div>Book time to meet with me <a href=\"https://app.apollo.io/#/meet/liam_donovan_a1b2/30-min\" rel=\"noopener noreferrer\" target=\"_blank\">here</a>.</div>",
      "fields_fully_loaded": true
    }
  ]
}