29tools
New · MCP SuiteYour infrastructure now talks to AI agents.

Claude, Codex & co. manage DNS, domains and certificates directly, including DNS Doctor diagnostics.

Explore the MCP Suite
DNS automation
v1.6.2
Download OpenAPI
Inspect the current API key
Returns the public key id, the granted permissions (null = legacy key with full access), and the customer id of the authenticated API key. Used by the regfish MCP server and other integrations for capability discovery.
GET
/meta/token
Meta

Authentication

x-api-key

Request example

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

Responses

200
API key metadata
application/jsontokenInfoResponse
Response example 200
{
  "success": true,
  "code": 0,
  "response": {
    "key_id": "example",
    "token_l4": "example",
    "permissions": [
      "example"
    ],
    "scope": "example",
    "customer_id": 1
  }
}
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

Zostań częścią społeczności

Regfish DNS API to świetne rozwiązanie dla programistów, którzy chcą zautomatyzować domeny i strefy DNS. Zostań częścią społeczności i skorzystaj z automatyzacji DNS. API DNS jest dostępne bezpłatnie dla każdego klienta Regfish.