Skip to main content
GET
/
sequences
/
{id}
/
email-accounts
List email accounts in sequence
curl --request GET \
  --url https://api.reply.io/v3/sequences/{id}/email-accounts \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": 12345,
    "userId": 42,
    "email": "sales@company.com",
    "senderName": "Sales Team",
    "emailAccountType": "Gmail",
    "isDefault": false,
    "dailyLimit": 500,
    "connectionStatus": "connected"
  }
]

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
integer
required

Sequence ID

Response

List of email accounts linked to the sequence

id
integer<int64>
required

Email account ID

email
string<email>
required

The email address

emailAccountType
string
required

Provider type of the email account (e.g., Gmail, Exchange, Custom)

connectionStatus
string
required

Current connection status of the email account

userId
integer

ID of the user who owns this email account

senderName
string | null

The name displayed as sender in recipient inboxes

isDefault
boolean

Whether this is the user's default email account

dailyLimit
integer

Maximum number of emails that can be sent per day from this account