Skip to content

Getting started

The regfish API uses HTTPS, JSON payloads, and an API key passed via the x-api-key header.

  • x-api-key
  • application/json
  • https://api.regfish.com
Terminal window
curl --request GET \
--url 'https://api.regfish.com/dns/www.example.com/dnssec' \
--header 'x-api-key: YOUR_API_KEY'
  • Browse endpoints by method and product area
  • Inspect shared models and field definitions
  • Create an API key in the regfish console and test it