{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Quick Start","description":"The developer documentation portal and API reference for Unstoppable Domains.","siteUrl":"https://docs.unstoppabledomains.com","keywords":"unstoppable domains developer portal, api reference docs","lang":"en-US","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"quick-start","__idx":0},"children":["Quick Start"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The Reseller API provides domain search, registration, DNS management, and lifecycle operations through a single RESTful API. It is designed for resellers who want to offer traditional DNS domain registration and management to their end users."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"get-access","__idx":1},"children":["Get Access"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Visit the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://unstoppabledomains.com/reseller-dashboard"},"children":["Reseller Dashboard"]}," to create an account, submit your application, and obtain your API key."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"environments","__idx":2},"children":["Environments"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The API is available in two environments:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Environment"},"children":["Environment"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Base URL"},"children":["Base URL"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Production"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["https://api.unstoppabledomains.com/partner/v3"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Sandbox"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["https://api.ud-sandbox.com/partner/v3"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use the sandbox environment for development and testing. There is no charge for sandbox usage. For complete endpoint details, see the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/reseller/openapi"},"children":["API Reference"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"prerequisites","__idx":3},"children":["Prerequisites"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Create an account on the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"https://unstoppabledomains.com/reseller-dashboard"},"children":["Reseller Dashboard"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Obtain your API key from the dashboard."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Send your API key as a Bearer token in the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Authorization"]}," header on every request."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"your-first-request","__idx":4},"children":["Your First Request"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Search for domain availability using the sandbox environment:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl \"https://api.ud-sandbox.com/partner/v3/domains?query=example.com&ending=com&\\$expand=registration\" \\\n  -H \"Authorization: Bearer YOUR_API_KEY\"\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$expand=registration"]}," parameter includes registration availability and pricing information in the response. If the request succeeds, you are authenticated and ready to integrate."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"next-steps","__idx":5},"children":["Next Steps"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Continue with the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/reseller/implementation-guide"},"children":["Implementation Guide"]}," for search, registration, contacts, DNS, lifecycle operations, webhooks, and error handling."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Use the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/apis/reseller/openapi"},"children":["API Reference"]}," for endpoint details, schemas, and live request examples."]}]}]},"headings":[{"value":"Quick Start","id":"quick-start","depth":1},{"value":"Get Access","id":"get-access","depth":2},{"value":"Environments","id":"environments","depth":2},{"value":"Prerequisites","id":"prerequisites","depth":2},{"value":"Your First Request","id":"your-first-request","depth":2},{"value":"Next Steps","id":"next-steps","depth":2}],"frontmatter":{"title":"Quick Start | Unstoppable Domains Developer Portal","description":"Get access to the Reseller API, authenticate, and make your first request","seo":{"title":"Quick Start"}},"editPage":{"to":"https://github.com/unstoppabledomains/dev-docs/blob/main/apis/reseller/quick-start.md"},"lastModified":"2026-03-13T04:40:44.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/apis/reseller/quick-start","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}