Skip to main content
GET
/
domains
/
{public_id}
/
filters
Get domain-wide sender filters
curl --request GET \
  --url https://app.sendmux.ai/api/v1/domains/{public_id}/filters \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "data": {
    "mode": "off",
    "rules": [
      {
        "type": "allow",
        "pattern": "partner.com"
      }
    ]
  },
  "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.

Path Parameters

public_id
string
required

Domain public ID

Response

Filter state

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