Import selected hostnames from domain checker results
POST/api/v1/workspaces/:id/domain-checker/import
Fetches the live TLS certificate for each selected hostname, then creates ssl_cert tokens in the workspace.
Duplicate imports are skipped when a matching token already exists.
Optionally creates endpoint monitors (domain_monitors) for each discovered hostname when
monitorOptions.enabled is true. Existing monitors for the same workspace and URL are left untouched.
Request
Responses
- 201
- 400
- 500
Import result with created and skipped rows
Bad request
Internal server error