---
title: "Get a List of Email Accounts"
method: GET
path: "/email_accounts"
tags: ["Miscellaneous"]
---

# Get a List of Email Accounts

`GET /email_accounts`

This endpoint doesn't consume Apollo credits. Learn more about [API pricing and credits](https://docs.apollo.io/docs/api-pricing).

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.

## Response `200`

200

- object
  - `email_accounts` object[]
    - `aliases` string[]
    - `id` string
    - `user_id` string
    - `email` string
    - `type` string
    - `active` boolean
    - `default` boolean
    - `seconds_delay_between_emails` integer
    - `provider_display_name` string
    - `nylas_provider` unknown
    - `last_synced_at` string
    - `email_sending_policy_cd` string
    - `sendgrid_api_user` unknown
    - `mailgun_domains` unknown
    - `nylas_api_version` unknown
    - `signature_edit_disabled` boolean
    - `revoked_at` unknown
    - `inactive_reason` unknown
    - `created_at` string
    - `sendgrid_api_key_v3` unknown
    - `email_daily_threshold` integer
    - `deliverability_score` object
      - `_id` string
      - `avg_click_rate` integer
      - `avg_daily_sent` integer
      - `avg_delivered_rate` integer
      - `avg_hard_bounce_rate` integer
      - `avg_open_rate` integer
      - `avg_reply_rate` integer
      - `avg_spam_block_rate` integer
      - `avg_unsubscribe_rate` integer
      - `click_rate_score` integer
      - `concurrency_locks` unknown
      - `created_at` string
      - `daily_email_sent_score` integer
      - `date_from` string
      - `date_to` string
      - `deliverability_score` integer
      - `domain_health_score` integer
      - `email_account_domain_age_score` integer
      - `email_account_id` string
      - `hard_bounce_score` integer
      - `open_rate_score` integer
      - `random` number
      - `reply_rate_score` integer
      - `spam_block_score` integer
      - `sum_clicked_count` integer
      - `sum_delivered_count` integer
      - `sum_hard_bounced_count` integer
      - `sum_opened_count` integer
      - `sum_replied_count` integer
      - `sum_sent_count` integer
      - `sum_spam_blocked_count` integer
      - `sum_unsubscribed_count` integer
      - `team_id` string
      - `unsubscribe_rate_score` integer
      - `updated_at` string
      - `user_id` string
      - `id` string
      - `key` string
    - `max_outbound_emails_per_hour` integer
    - `limits_editable` boolean
    - `is_opted_in_mailwarming` unknown
    - `mailwarming_max` integer
    - `mailwarming_to_send_daily` integer
    - `mailwarming_to_send_incrementor` integer
    - `mailwarming_status` string
    - `mailwarming_eta` unknown
    - `mailwarming_subject_token` unknown
    - `mailwarming_score` integer
    - `mailwarming_score_banner` string
    - `mailwarming_on_weekdays_only` boolean
    - `true_warmup_enabled` boolean
    - `true_warmup_daily_limit` integer
    - `true_warmup_progress` integer
    - `true_warmup_status` unknown
    - `true_warmup_approximate_end_date` unknown
    - `true_warmup_last_throttled_at` unknown
    - `true_warmup_enable_thresholds` boolean
    - `true_warmup_thresholds` object
      - `open_rate` integer
      - `reply_rate` integer
      - `bounce_rate` integer
      - `spam_block_rate` integer
    - `active_campaigns_count` integer
    - `nudge_user_to_send_mails` boolean
    - `signature_html` string
    - `fields_fully_loaded` boolean

## Other responses

- `401` — 401
- `403` — 403
- `429` — 429

---

[API](https://skmtc.dev/apollo/apis/apollo-rest-api.md) · [All operations](https://skmtc.dev/apollo/apis/apollo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apollo/apollo-rest-api/revisions/c715a05fa6e2/schema)
