Getting started
The regfish API uses HTTPS, JSON payloads, and an API key passed via the x-api-key header.
Authentication
Section titled “Authentication”x-api-keyapplication/json
Servers
Section titled “Servers”https://api.regfish.com
First request
Section titled “First request”curl --request GET \ --url 'https://api.regfish.com/dns/www.example.com/dnssec' \ --header 'x-api-key: YOUR_API_KEY'Next steps
Section titled “Next steps”- Browse endpoints by method and product area
- Inspect shared models and field definitions
- Create an API key in the regfish console and test it