Mail
Spam Management

Return blocked email countries list

This function lists which countries cannot send email to the server.

get/list_blocked_incoming_email_countries

Response

HTTP Request was successful.

Example response

{
  "data": {
    "countries": [
      {
        "country_code": "AD"
      }
    ]
  },
  "metadata": {
    "command": "list_blocked_incoming_email_countries",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.