DNS connector
DNS connector API overview
The DNS connector API allows integrators to manage DNS connectors used for automated Domain Control Validation (DCV) through DNS-based methods.
The API supports the following actions:
- Listing DNS connectors
- Retrieving detailed connector configurations
- Viewing the DNS providers supported by each connector
DNS connector API endpoints
The following table lists the endpoints available for managing DNS connectors.
Click any action in the first column to open its API reference page.
| Action | Method | Path | Description |
|---|---|---|---|
| List DNS connectors | GET | /api/connector/v1/dns | Retrieve a list of all DNS connectors available in SCM. |
| Get connector details | GET | /api/connector/v1/dns/{uuid} | Retrieve configuration details for a specific DNS connector. |
| List DNS connector providers | GET | /api/connector/v1/dns/{uuid}/provider | List DNS providers supported by a specific connector. |
Updated about 23 hours ago