Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hybridbox.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

DNS records

Generated reference for DNS records endpoints. This generated page groups every public API operation in the DNS records category.

Endpoints

List DNS Records

GET /v1/public/accounts/{account_id}/dns-records List DNS Records List customer DNS records using the standard pagination envelope. Full reference: GET /v1/public/accounts/{account_id}/dns-records
OpenAPI reference: /openapi.en.json GET /v1/public/accounts/{account_id}/dns-records

Create DNS Record

POST /v1/public/accounts/{account_id}/dns-records Create DNS Record Create a customer DNS record. Full reference: POST /v1/public/accounts/{account_id}/dns-records
OpenAPI reference: /openapi.en.json POST /v1/public/accounts/{account_id}/dns-records

Update DNS Record

PATCH /v1/public/accounts/{account_id}/dns-records/{record_id} Update DNS Record Update a customer DNS record. Full reference: PATCH /v1/public/accounts/{account_id}/dns-records/{record_id}
OpenAPI reference: /openapi.en.json PATCH /v1/public/accounts/{account_id}/dns-records/{record_id}

Delete DNS Record

DELETE /v1/public/accounts/{account_id}/dns-records/{record_id} Delete DNS Record Delete a customer DNS record. Full reference: DELETE /v1/public/accounts/{account_id}/dns-records/{record_id}
OpenAPI reference: /openapi.en.json DELETE /v1/public/accounts/{account_id}/dns-records/{record_id}