Skip to main content

Get Details of the blocked IP addresses by ID

Description:

You can use this API to get the details by blocked IP.

OAuth Scope:

SalesIQ.blockedips.READ

URL:

Copiedhttps://{zohosalesiq_server_uri}/api/v2/{screenname}/blockedips/{id}

Example

Copiedhttps://salesiq.zoho.com/api/v2/zylker/blockedips/33000000004001

Sample Response

Copied{
  "object": "blockedips",
  "url": "/api/v2/blockedips/33000000004001",
  "data": {
    "status": "blocked",
    "blocked_by": "33000000000005",
    "app": {
      "name": "newm",
      "id": "33000000000047"
    },
    "comments": [
      {
        "operator_id": "33000000000005",
        "time": "1550752842953",
        "text": "test"
      }
    ],
    "modified_time": "1550752840301",
    "ip": "1.1.1.1",
    "no_of_comments": "1",
    "id": "33000000004001"
  }
}