Skip to main content
POST
/
v2
/
email-threads
/
senders
/
{email_sender_id}
/
centralized-inbox
Toggle Centralized Inbox Endpoint
curl --request POST \
  --url https://api.example.com/v2/email-threads/senders/{email_sender_id}/centralized-inbox \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "is_centralized_inbox": true
}
'
{
  "type": "<string>",
  "status": 123,
  "title": "<string>",
  "errors": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ],
  "detail": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.api.stuut.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

email_sender_id
string
required

Body

application/json

Request to toggle centralized inbox for an email sender.

is_centralized_inbox
boolean
required

Response

Successful Response