Reseller API Playground

Interactive testing for the NextNet Reseller Domain Management API

API v4.0 • Organization API Key Required
Missing
Register Domain
POST /accounts/reseller/domains/
API Reference
v4.0 — March 2026
Authentication
X-Serendipity-API-Key: sk_org_...

All endpoints accept organization-scoped API keys.

Endpoints
POST/reseller/domains/
GET/reseller/domains/list/
GET/reseller/domains/{id}/dashboard/
PATCH/reseller/domains/{id}/
DELETE/reseller/domains/{id}/remove/
GET/reseller/domains/{id}/topics/
POST/reseller/domains/{id}/topics/add/
Register Fields
client_user_email Required
domain_host Required
subscription_tier Optional
industry Optional
business_scope Optional
city / state Optional
cms_platform Optional
auto_trigger_processing Optional
Example cURL
curl -X POST \
  https://prod.nextnet.ai/accounts/reseller/domains/ \
  -H "Content-Type: application/json" \
  -H "X-Serendipity-API-Key: sk_org_..." \
  -d '{
    "client_user_email": "client@co.com",
    "domain_host": "example.com",
    "subscription_tier": "pro",
    "industry": "plumbing",
    "business_scope": "local",
    "city": "Tampa",
    "state": "Florida"
  }'
Register Response
  • domain — id, host, verification_status, created
  • client_user — id, email, name, created
  • subscription — tier, status, max_pages
  • wordpress — enabled, api_key (if CMS=wordpress)
  • processing_run_id — uuid (if auto_trigger=true)
Error Codes
400 Missing/invalid field
401 No API key
403 Not a reseller org
404 Domain not found/owned
Production Base URL
https://prod.nextnet.ai/accounts