Get Mailbox Associated Sequences
GET /mailboxes/{mailbox_id}/associated-sequences
GET
/mailboxes/{mailbox_id}/associated-sequences
Every sequence that references this mailbox, at any status.
Check this before archiving or cancelling a mailbox - the app blocks those actions while a sequence is still wired to it, and a rebuilt UI needs the same signal to avoid silently breaking a live send.
Exposed as GET rather than the app’s POST: it reads and has no body. The app’s POST is left untouched.
Authorizations
Parameters
Path Parameters
mailbox_id
required
Mailbox id.
integer
Mailbox id.
Header Parameters
Responses
200
Successful Response
object
data
required
Sequences wired to a mailbox, at ANY status.
has_associations is the field to branch on before archiving or
cancelling - it is true whenever the list is non-empty, including for
draft and terminated sequences, which is exactly how the app gates those
actions.
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string