1Reg Docs
APIWebhook
APIWebhook
  1. DNS
  • 📝 How to start?
  • Account
    • payments
      • Payments history
    • Account details
  • Domains
    • DNS
      • Bulk get dns records
        POST
      • Get dns records
        GET
      • Bulk update dns
        PUT
    • Domains list
      GET
    • Bulk query domains
      POST
    • Register Domain
      POST
APIWebhook
APIWebhook
  1. DNS

Get dns records

Developing
Prod Env
https://api.onereg.org/v1
Prod Env
https://api.onereg.org/v1
GET
/domains/dns
Last modified:2025-11-13 20:22:43

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.onereg.org/v1/domains/dns?domain=example.com' \
--header 'Authorization: Bearer <token>'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-11-13 20:22:43
Previous
Bulk get dns records
Next
Bulk update dns
Built with