Retrieve all SMTP credentials for your account.
Each credential has its own username and password. You can create multiple credentials for different teams, integrations, or sending domains. Restrict a credential to a specific verified sending domain so emails sent through it can only use that domain.
The is_master credential is the primary credential and cannot be deleted.
Security
ApiKeyAuth
- US Data Centerhttps://api.mailerlogic.net/api/v1/smtp-credentials
- EU Data Center (coming soon)https://eu-api.mailerlogic.net/api/v1/smtp-credentials
curl -i -X GET \
https://api.mailerlogic.net/api/v1/smtp-credentials \
-H 'X-API-Key: YOUR_API_KEY_HERE'Response
{ "credentials": [ { … } ], "smtp_host": "smtp.mailerlogic.net", "smtp_ports": [ 587, 465 ], "recommended_port": 587 }