Get an IP pool
GET/v1/ip-pool/get
Retrieve details of a specific IP pool
Request
Query Parameters
provider stringrequired
Possible values: [sparkpost]
Provider Name
pool_id stringrequired
Pool ID
Responses
- 200
- 400
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
data
object
created_at string
deleted_at string
details
object
property name* any
pool_id string
provider string
message string
success boolean
{
"data": {
"created_at": "string",
"deleted_at": "string",
"details": {},
"pool_id": "string",
"provider": "string"
},
"message": "IP pool retrieved successfully",
"success": true
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
details string
error string
success boolean
{
"details": "string",
"error": "string",
"success": false
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
details string
error string
success boolean
{
"details": "string",
"error": "string",
"success": false
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
details string
error string
success boolean
{
"details": "string",
"error": "string",
"success": false
}
Loading...