DNScale API
Reference docs and integration guides for automating zones, records, DNSSEC, usage, billing, and account workflows.
Use the DNScale REST API to automate DNS operations from deployment pipelines, internal tooling, Terraform workflows, and monitoring systems.
Base URL
https://api.dnscale.eu/v1Authentication
Authorization: Bearer <token>Format
JSON requests and responses over HTTPS. Collection endpoints use offset pagination.
Quick start
The minimum path from API key to first DNS record.
- Step 1
Generate an API key in the DNScale Dashboard under API Keys.
- Step 2
Send the Authorization header with each request.
- Step 3
Create a zone, then manage records under that zone.
Core API topics
AuthenticationGenerate API keys, understand scopes, and authenticate requests.ZonesCreate and manage DNS zones via the API.RecordsCreate, update, and delete DNS records within zones.DNSSECEnable DNSSEC and manage cryptographic keys for your zones.UsageQuery DNS usage statistics and monitor query volumes.ActivityQuery account activity and audit logs with flexible filters.