Skip to content

API Reference

Integrate FleetDNS into your applications and workflows.

API Access Required

The FleetDNS API is available as an add-on subscription. API access allows you to programmatically manage domains, DNS records, and more.

  • RESTful API with JSON responses
  • Comprehensive endpoint coverage
  • Webhook support for real-time updates
  • Rate limiting: 1000 requests/hour
  • Full documentation and examples

Already have API access? Log in to view the full documentation. Log in →

API Overview

Base URL

https://api.fleetdns.com/v1

Authentication

All API requests require authentication using an API key in the header:

Authorization: Bearer your-api-key

Available Endpoints

GET /domains List all domains
GET /domains/{id} Get domain details
GET /domains/{id}/records List DNS records
POST /domains/{id}/records Create DNS record
PUT /domains/{id}/records/{recordId} Update DNS record
DELETE /domains/{id}/records/{recordId} Delete DNS record

Full API documentation available to subscribers