Skip to main content
GET
List sending accounts

Authorizations

Authorization
string
header
required

Sendmux API key. Use a root API key for Management API routes, or a mailbox credential for Mailbox API routes. Obtain keys from the dashboard under API Keys.

Query Parameters

cursor
string

Pagination cursor — the next_cursor from the previous response.

status
enum<string>
Available options:
active,
inactive,
error,
pending
type
enum<string>
Available options:
smtp,
gmail_api,
outlook_api,
amazon_ses
limit
integer

Maximum results (default 50, max 100)

Required range: 1 <= x <= 100

Response

Sending account list

meta
object
required
ok
enum<boolean>
required
Available options:
true
data
object[]
required
pagination
object
required