Docs navigationBrowse documentation216
OverviewStart here

OpenSend docs

Dedicated IP lifecycle

Dedicated IP APIs track manual lifecycle state for a tenant. They do not provision provider IP pools or run warmup flows in v1.

Raw markdown
http
POST /api/dedicated-ips
Authorization: Bearer <api_key>
Content-Type: application/json

Creates a lifecycle record with status requested. Operators can later update the record to provisioned, warming, active, suspended, or retired.

http
PATCH /api/dedicated-ips/{id}
Authorization: Bearer <api_key>
Content-Type: application/json

Use provider_pool_name and operator_notes to record external provider work performed outside OpenSend. DELETE /api/dedicated-ips/{id} marks the record retired so the lifecycle remains auditable.

Continue from here

More in API reference

This page is intentionally concise. Use the neighboring guides below for the next implementation details, route contracts, or operational steps.