Get Block Ip
GET/Surveys/getBlockIp
About Api Returns a list of block ip allocated to a user.
Request
Header Parameters
ZAMP-KEY stringrequired
Responses
- 200
- 400
- 401
- 404
- 500
This response you will get on a successful request
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
success boolean
apiVersion integer
message string
result
object
data
object[]
ipAddress string
{
"success": true,
"apiVersion": 1,
"message": "Request Success",
"result": {
"data": [
{
"ipAddress": "172.58.156.245"
}
]
}
}
Bad Request. Please ensure you are passing all the required params and header info.
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Unauthorized"
}
Please ensure that you are using the correct API environments and sending the correct ZAMP-KEY in the request header.
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "ZAMP-KEY key is invalid"
}
Please ensure that you are using the correct environments with the correct API name.
There is some issue facing at Zamplia Server Side. Please contact support.
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Internal server error"
}
Loading...