API

IP managementv1

Inspect tenant IP assignments and manage IP pools.

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-ips

List IPs currently assigned to the tenant.

POST Request
Bearer
POST/v1/ip-pools

Create an IP pool.

GET Request
Bearer
GET/v1/ip-pools

List 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}/ips

Add 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