DNScale API
API reference and practical guides for integrating DNS automation into your platform using DNScale's platform.
Welcome to the DNScale API reference. This section covers hands-on integration topics—environment setup, authentication flows, zones, records and DNSSEC management, and also includes DNS automation recipes.
Base URL:
https://api.dnscale.eu/v1Use
Authorization: Bearer <token> with customer-scoped API keys for the production API.Quick start
- Generate an API key in the DNScale Dashboard under API Keys.
- Set the
Authorizationheader on every request. - Start by creating a zone, then manage records under that zone.
Featured topics
- API Overview
Understand base URLs, versioning, and conventions before you build.
- Authentication
Generate API keys, understand scopes, and authenticate requests.
- Zones
Create and manage DNS zones via the API.
- Records
Create, update, and delete DNS records within zones.