Retrieve all mail settings
GET {{baseUrl}}/mail_settings?limit=<string>&offset=<string>
This endpoint allows you to retrieve a list of all mail settings.
Mail settings allow you to tell SendGrid specific things to do to every email that you send to your recipients over SendGrid’s Web API or SMTP Relay.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | The number of results to include on each page. | |
offset | string | The number of results to exclude. |