Skip to main content
GET
/
inbox
/
senders
List Inbox Senders
curl --request GET \
  --url https://api-prod.syntr.co/api/v1/email-marketing/inbox/senders \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "senders": [
      {
        "id": "sender-1",
        "email": "support@platform.io",
        "provider": "gmail_oauth"
      }
    ]
  }
}
{
  "success": true,
  "data": {
    "senders": [
      {
        "id": "sender-1",
        "email": "support@platform.io",
        "provider": "gmail_oauth"
      }
    ]
  }
}