# Remove block on emails from specific countries This function unblocks email from specific countries. Endpoint: GET /unblock_incoming_email_from_country Version: 11.136.0.0 Security: BasicAuth ## Query parameters: - `country_code` (string) The country to unblock. A valid ISO 3166-1 alpha-2 code two-letter country code. * To search all available country codes, read the ISO's Full list of Country Codes documentation. * To unblock multiple countries, duplicate or increment the parameter name. For example, to unblock three countries, you could: - Use the parameter multiple times. - Use the , , and parameters. ## Response 200 fields (application/json): - `data` (object) - `data.updated` (integer) Whether the function unblocked one or more countries. * - Success. * - Failure. If the server already doesn't block that country, will return . Enum: 0, 1 - `metadata` (object) - `metadata.command` (string) The method name called. Example: "unblock_incoming_email_from_country" - `metadata.reason` (string) The reason the API function failed when the field is 0. This field may display a success message when a function succeeds. Example: "OK" - `metadata.result` (integer) * - Success * - Failed: Check the reason field for more details. Enum: 0, 1 - `metadata.version` (integer) The version of the API function. Example: 1