DNS automation
v1.6.2
Download OpenAPI
Download OpenAPI specification
Download the current OpenAPI specification as YAML.
GET
/openapi.yaml
OpenAPISpec

Authentication

x-api-key

Request example

GET
curl --request GET \
  --url 'https://api.regfish.com/openapi.yaml' \
  --header 'x-api-key: YOUR_API_KEY'

Responses

200
The current OpenAPI YAML document
application/yaml
Response example 200
openapi: '3.1.0'
info:
  version: '1.4.0'
401
Unauthorized
application/jsonError
Response example 401
{
  "success": false,
  "message": "Unauthorized",
  "error": "Unauthorized"
}
500
Unexpected error
application/jsonError
Response example 500
{
  "success": false,
  "message": "Unexpected error",
  "error": "Unexpected error"
}
Community

Become part of the community

The Regfish DNS API is a great solution for developers who want to automate domains and DNS zones. Become part of the community and benefit from DNS automation. The DNS API is available free of charge to every Regfish customer.