Skip to main content
GET
/
email
/
senders
List Email Sender Identities
curl --request GET \
  --url https://api.getoutbox.ai/email/senders/ \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {}
  ],
  "integration": true,
  "providers": {},
  "errors": {}
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
results
object[]
required

Senders. Local senders include id; provider-discovered senders without a local row have id=null and can_add=true.

integration
boolean
required

True when at least one of SendGrid/Resend is integrated.

providers
object
required

Per-provider boolean flags: sendgrid, resend.

errors
object

Provider-keyed error messages from probing the provider API.