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

Account details

Developing
Prod Env
https://api.onereg.org/v1
Prod Env
https://api.onereg.org/v1
GET
/account
Last modified:2025-11-08 23:31:54

Request

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

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/account' \
--header 'Authorization: Bearer <token>'

Responses

🟢200Successful
application/json
Body

Example
{
    "status": true,
    "result": {
        "id": 901842554,
        "email": "ahmadesseileh651@gmail.com",
        "status": "healthy",
        "rank": "admin",
        "subscription": {
            "active": true,
            "expires_at": "2026-07-27T13:14:32.000Z"
        },
        "finance": {
            "currency": "USD",
            "active": 37.46,
            "reserved": 0
        }
    }
}
🟠401Unauthorized
🟠403Forbidden
Modified at 2025-11-08 23:31:54
Previous
Payments history
Next
Bulk get dns records
Built with