Skip to main content
POST

Authorizations

Authorization
string
header
required

Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….

Headers

Idempotency-Key
string

Opt-in idempotency for a safely retried write: reuse the same key to replay the original result for 24h instead of re-executing. Recommended on every POST.

Maximum string length: 255

Body

application/json
ids
string[]
required

The mailbox ids to update (1–200 per call).

Required array length: 1 - 200 elements
Example:
patch
BulkUpdateSenderPatch · object
required

The fields to set on EVERY listed mailbox (pacing/lifecycle/warmup/labels only — no credentials or transport, so no test send fires).

Response

OK

errors
SenderBulkError · object[]
required

Per-mailbox failures — every other mailbox still updated.

object
any
required

Always "bulk_result". Identifies the result type.

senders
Sender · object[]
required

The updated mailboxes.

updated
integer
required

How many mailboxes were updated.

Required range: x >= 0
Example:

28