When you need this
IP management matters when you:
- Send at high volume
- Need dedicated IPs
- Want multiple pools for different traffic types (transactional vs marketing)
Deployment-specific
Exact request/response fields can vary by deployment. Treat these endpoints as an operational surface and validate against your environment.
Endpoints
GET Request
Bearer
GET
/v1/tenant-ipsList IPs currently assigned to the tenant.
POST Request
Bearer
POST
/v1/ip-poolsCreate an IP pool.
GET Request
Bearer
GET
/v1/ip-poolsList IP pools.
GET Request
Bearer
GET
/v1/ip-pools/{id}Get IP pool details.
PATCH Request
Bearer
PATCH
/v1/ip-pools/{id}Update IP pool.
DELETE Request
Bearer
DELETE
/v1/ip-pools/{id}Delete IP pool.
POST Request
Bearer
POST
/v1/ip-pools/{id}/ipsAdd IPs to a pool.
DELETE Request
Bearer
DELETE
/v1/ip-pools/{id}/ips/{ip}Remove IP from a pool.
Authentication
- Required scope:
manage:ip-pools
Next
- If you're ramping up: Warmup & pacing