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/v1
    Authentication
    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.

    Authentication guide
    1. Step 1

      Generate an API key in the DNScale Dashboard under API Keys.

    2. Step 2

      Send the Authorization header with each request.

    3. Step 3

      Create a zone, then manage records under that zone.

    Core API topics