Disconnect an account
Revokes the provider's access to the account and removes it here. Messages it sent keep their history; anything mid-sequence from it refuses at its next step. Owner only.
Revokes the provider's access to the account and removes it here. Messages it sent keep their history; anything mid-sequence from it refuses at its next step. Owner only.
API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...
In: header
Path Parameters
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://loading/api/v1/org/mailboxes/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"data": {
"removed": true
}
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}{
"error": "string",
"message": "string",
"statusCode": -9007199254740991
}Start connecting an account POST
Mints a one-time link to the hosted sign-in page where the customer connects Gmail, Outlook, an IMAP mailbox, or LinkedIn. The sign-in happens entirely off Bellwork, so no password or provider token reaches us; the account appears in the list once the callback lands. Minted fresh every time and never stored — these links expire on a daily restart whatever the stated expiry says, so a saved one silently stops working.
Change an account's sending limits PATCH
How fast this account may send: messages a day, invitations a day, messages an hour, and the shortest and longest pause between two automated sends (drawn at random between them). The two caps count automated and hand-sent messages together; the pause applies only to what sequences send on their own. Owner only.