Here’s a quick start guide to begin using the API:1. Add your bearer token to requests#
2. Try retrieving WHOIS info#
Provides instant feedback if the domain is available or taken.3. Create or fetch a DomainHolder#
Optionally you can register a DomainHolder before registering domains (if not using the reseller default).4. Register domains#
You can register domains:Individually via /v2/domains/register
In bulk via /v2/domains/registerbatch
Summary Flow#
2.
(Optional) Create DomainHolder
Keep an eye on status codes (e.g. 201 for success), and refer to Error Handling for when things go wrong. Modified at 2025-08-06 15:32:44