OrgMailboxes

List connected sending accounts

The mailboxes and LinkedIn accounts this org sends outreach through. Never includes a provider credential — Bellwork holds only an opaque account handle. Gated by the `sequencer` module.

GET
/org/mailboxes

The mailboxes and LinkedIn accounts this org sends outreach through. Never includes a provider credential — Bellwork holds only an opaque account handle. Gated by the sequencer module.

AuthorizationBearer <token>

API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://loading/api/v1/org/mailboxes"
{
  "data": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "provider": "GOOGLE",
      "display_name": "string",
      "email_address": "string",
      "status": "connecting",
      "daily_send_cap": -9007199254740991,
      "daily_invite_cap": -9007199254740991,
      "connected_at": "string",
      "owner_profile_id": "21e0f360-ea66-4de2-b817-b59c51592556"
    }
  ]
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "module_required",
  "module": "string",
  "message": "string",
  "contact": "string"
}