Skip to main content
GET
/
mailbox
/
me
Self-introspect the calling mailbox
curl --request GET \
  --url https://app.sendmux.ai/api/v1/mailbox/me \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "id": "mbx_clxxxxxxxxxxxxxxxxxxxxxxxxx",
    "email": "agent@acme.com",
    "display_name": "<string>",
    "quota_bytes": 123,
    "send_scope": {
      "type": "all",
      "provider_public_ids": [
        "<string>"
      ],
      "group_public_ids": [
        "<string>"
      ]
    },
    "status": "active",
    "created_at": "<string>",
    "quota_used_bytes": 123
  },
  "meta": {
    "request_id": "req_clxxxxxxxxxxxxxxxxxxxxxxxxx"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.sendmux.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Sendmux API key. Obtain from the dashboard under API Keys. Format: smx_root_...

Headers

If-None-Match
string

Weak ETag from a previous response. Returns 304 when unchanged.

Response

The calling mailbox

ok
enum<boolean>
required
Available options:
true
data
object
required
meta
object
required