Skip to content

List Supported ESP Providers

Request

Returns the static list of ESPs supported by spam testing, grouped by category (B2C / B2B).

Security
basicAuth
curl -i -X GET \
  -u '<username>:<password>' \
  https://api.mailgun.net/v1/inspect/spam/providers

Responses

A 200 response

Bodyapplication/json
metaobject(github.com-mailgun-inspect-internal-spam-ResponseMeta)required
paginggithub.com-mailgun-scaffold-httpapi-paging-PagingResponse (object) or null
Any of:
itemsArray of objects(github.com-mailgun-inspect-internal-spam-ProviderInfo)required
Response
{ "meta": {}, "items": [ {}, {}, {}, {}, {}, {}, {}, {}, {} ], "links": {} }