Domain Management Public APIs

The Domain Management APIs empowers you to perform full lifecycle management of domains — from creation to deletion — enabling smoother integrations and automation of domain-related operations.

Available Endpoints:

GET /domains — Retrieve the list of all configured domains.
POST /domains — Create a new domain.
DELETE /domains/{id} — Delete a domain by its unique ID.
GET /domains/{id} — Retrieve details for a specific domain.
PATCH /domains/{id} — Update the configuration or metadata of a domain.

💡 Why is this useful?

These new APIs allow developers and platform integrators to manage domains directly through automation or external workflows — without needing to use the Sifflet UI.

We are working on integration domain in our terraform provider that will be available in a few weeks.