Get IP
Get detailed information about provided dedicated IP.
Please log in to see full path URL. Learn why.
get
/email/1/ip-management/ips/{ipId}
Authorizations:
Scopes:
Request rate limit:
10 requests / second (per account)
path Parameters
ipId required | string Dedicated IP identifier. |
Responses
200
OK
400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
429
Too Many Requests
500
Internal Server Error
Request samples
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
Example
cURL
Copy
curl -L -g 'https://{baseUrl}/email/1/ip-management/ips/{ipId}' \ -H 'Authorization: {authorization}' \ -H 'Accept: application/json'
Response samples
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Content type
application/json
Copy
Collapse all {- "id": "DB3F9D439088BF73F5560443C8054AC4",
- "ip": "198.51.100.0",
- "pools": [
- {
- "id": "08A3A7608750CC6E6080325A6ADF45B6",
- "name": "IP pool name"
}
]
}