Claim a Dedicated IP
Claim a dedicated IP allotment for the account.
Claim a dedicated IP allotment for the account. Use the List Dedicated IPs endpoint first to check whether an IP can be claimed.
Scope: dedicated_ips.write
Sample Response
Returns 201 Created with the claimed dedicated IP object.
201 Created
{
"data": {
"id": 2,
"ip_address": "203.0.113.6",
"hostname": "ip6.example.com",
"max_emails_today": 100000
}
}