Reseller Hub PARTNER

Logged in as Reseller

Credits: 0
Test PINs: 0
Main Credits
0

1 Credit = 30-Day Client

Test PIN Balance
0

1 Test PIN = 30-Min Demo

1 Credit = 1 Client (30 Days)

Total Clients Sold
0

Lifetime accounts created

Active DNS
0

Currently running

Expired Clients
0

Awaiting client renewal

Client Subdomain Contact Plan Duration Status Private DNS Link Expiry Date Actions
Loading your clients...

Credit Ledger & Recent Transactions

Wallet Audit Trail
No recent transactions

Developer API

Build your own bot, website, or automation with your API key

API Docs

Quick Start (cURL)

# Check your balance
curl https://panel.dnsbd.pp.ua/api/v1/me \
  -H "X-API-Key: YOUR_API_KEY"

# Create a new DNS client (30 days)
curl -X POST https://panel.dnsbd.pp.ua/api/v1/client/create \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"username":"rahim123","phone":"01700000000","duration_days":30}'
View Full API Documentation with Python, PHP & Bot Examples