# Mint Starter Kit ## Docs - [Claude Code setup](https://docs.vicem.com/ai-tools/claude-code.md): Configure Claude Code for your documentation workflow - [Cursor setup](https://docs.vicem.com/ai-tools/cursor.md): Configure Cursor for your documentation workflow - [Windsurf setup](https://docs.vicem.com/ai-tools/windsurf.md): Configure Windsurf for your documentation workflow - [Get Credits](https://docs.vicem.com/api-reference/billing/get-credits.md): Retrieves the reseller account credit balance. Returns the numeric value directly as a string. - [Get Contact Details](https://docs.vicem.com/api-reference/contacts/get-contact-details.md): Retrieves the WHOIS contact details for the domain. Only contact types editable by the reseller are returned (filtered server-side). All values are cast to strings. - [Save Contact Details](https://docs.vicem.com/api-reference/contacts/save-contact-details.md): Updates the WHOIS contact details for the domain. Underscores in field names are automatically converted to spaces (e.g. `First_Name` becomes `First Name`). Contact types not provided are filled with current values. - [Get DNS Records](https://docs.vicem.com/api-reference/dns/get-dns-records.md): Retrieves the DNS records for the domain. - [Save DNS Records](https://docs.vicem.com/api-reference/dns/save-dns-records.md): Saves or updates the DNS records for the domain. - [Check Availability](https://docs.vicem.com/api-reference/domains/check-availability.md): Checks the availability of one or more domains. The search term is combined with the specified TLDs. - [Domain Sync](https://docs.vicem.com/api-reference/domains/domain-sync.md): Synchronizes domain information with the registrar (expiry date, active/expired status, transferred away). - [Get Domain Information](https://docs.vicem.com/api-reference/domains/get-domain-information.md): Retrieves detailed domain information (nameservers, transfer lock, IRTP status, ID protection, etc.). If the registrar does not support this function, nameservers and lock status are fetched separately. - [Get Domain Suggestions](https://docs.vicem.com/api-reference/domains/get-domain-suggestions.md): Retrieves domain name suggestions based on a search term. - [Get EPP Code](https://docs.vicem.com/api-reference/domains/get-epp-code.md): Retrieves the EPP code (authorization/transfer code) for the domain. - [Get Registrar Lock](https://docs.vicem.com/api-reference/domains/get-registrar-lock.md): Retrieves the domain lock status. Returns the string value directly (`"locked"` or `"unlocked"`). - [ID Protect Toggle](https://docs.vicem.com/api-reference/domains/id-protect-toggle.md): Enables (1) or disables (0) WHOIS ID protection for the domain. - [Release Domain](https://docs.vicem.com/api-reference/domains/release-domain.md): Releases a domain (outbound transfer via registrar tag). - [Request Deletion](https://docs.vicem.com/api-reference/domains/request-deletion.md): Requests domain deletion from the registrar. If successful, the domain status is set to `Cancelled` in WHMCS. - [Save Registrar Lock](https://docs.vicem.com/api-reference/domains/save-registrar-lock.md): Enables or disables the domain transfer lock. Value `locked` locks the domain, any other value unlocks it. - [Transfer Sync](https://docs.vicem.com/api-reference/domains/transfer-sync.md): Synchronizes the status of an ongoing domain transfer. If the registrar does not support this function, returns `completed: true` with the WHMCS expiry date. - [Get Email Forwarding](https://docs.vicem.com/api-reference/email/get-email-forwarding.md): Retrieves the email forwarding rules for the domain. - [Save Email Forwarding](https://docs.vicem.com/api-reference/email/save-email-forwarding.md): Saves or updates the email forwarding rules for the domain. The `prefix` and `forwardto` arrays correspond by index. - [Create Plant](https://docs.vicem.com/api-reference/endpoint/create.md) - [Delete Plant](https://docs.vicem.com/api-reference/endpoint/delete.md) - [Get Plants](https://docs.vicem.com/api-reference/endpoint/get.md) - [New Plant](https://docs.vicem.com/api-reference/endpoint/webhook.md) - [Get Version](https://docs.vicem.com/api-reference/general/get-version.md): Retrieves the Domains Reseller module version. - [Introduction](https://docs.vicem.com/api-reference/introduction.md): Documentation de l'API Domains Reseller pour la gestion de noms de domaine - [Delete Nameserver](https://docs.vicem.com/api-reference/nameservers/delete-nameserver.md): Deletes a registered nameserver. Returns `"success"` on success. - [Get Nameservers](https://docs.vicem.com/api-reference/nameservers/get-nameservers.md): Retrieves the nameservers assigned to the domain. Returns an object with keys ns1 through ns5. - [Modify Nameserver](https://docs.vicem.com/api-reference/nameservers/modify-nameserver.md): Modifies the IP address of an existing nameserver. Returns `"success"` on success. - [Register Nameserver](https://docs.vicem.com/api-reference/nameservers/register-nameserver.md): Registers a new nameserver (glue record). Returns `"success"` on success. - [Save Nameservers](https://docs.vicem.com/api-reference/nameservers/save-nameservers.md): Updates the domain's nameservers. ns1 and ns2 are required, ns3 through ns5 are optional. - [Register Domain](https://docs.vicem.com/api-reference/orders/register-domain.md): Registers a new domain. Creates the order, bills the reseller, and initiates registration with the registrar. - [Renew Domain](https://docs.vicem.com/api-reference/orders/renew-domain.md): Renews an existing domain. The domain must belong to the reseller and have an active order. - [Transfer Domain](https://docs.vicem.com/api-reference/orders/transfer-domain.md): Transfers an existing domain to the registrar. Creates the order, bills the reseller, and initiates the transfer. - [Get Pricing (Register)](https://docs.vicem.com/api-reference/pricing/get-pricing-register.md): Retrieves register pricing for a specific domain, for all available periods. - [Get Pricing (Renew)](https://docs.vicem.com/api-reference/pricing/get-pricing-renew.md): Retrieves renew pricing for a specific domain, for all available periods. - [Get Pricing (Transfer)](https://docs.vicem.com/api-reference/pricing/get-pricing-transfer.md): Retrieves transfer pricing for a specific domain, for all available periods. - [Get Available TLDs](https://docs.vicem.com/api-reference/tlds/get-available-tlds.md): Retrieves the list of available domain extensions (TLDs) for the reseller group. - [Get TLDs Pricing](https://docs.vicem.com/api-reference/tlds/get-tlds-pricing.md): Retrieves pricing for all available domain extensions, including registration, renewal, transfer prices, grace and redemption periods. - [Development](https://docs.vicem.com/development.md): Preview changes locally to update your docs - [Code blocks](https://docs.vicem.com/essentials/code.md): Display inline code and code blocks - [Images and embeds](https://docs.vicem.com/essentials/images.md): Add image, video, and other HTML elements - [Markdown syntax](https://docs.vicem.com/essentials/markdown.md): Text, title, and styling in standard markdown - [Navigation](https://docs.vicem.com/essentials/navigation.md): The navigation field in docs.json defines the pages that go in the navigation menu - [Reusable snippets](https://docs.vicem.com/essentials/reusable-snippets.md): Reusable, custom snippets to keep content in sync - [Global Settings](https://docs.vicem.com/essentials/settings.md): Mintlify gives you complete control over the look and feel of your documentation using the docs.json file - [Introduction](https://docs.vicem.com/index.md): Welcome to the new home for your documentation - [Quickstart](https://docs.vicem.com/quickstart.md): Start building awesome documentation in minutes ## OpenAPI Specs - [openapi](https://docs.vicem.com/api-reference/openapi.json) ## Optional - [Documentation](https://mintlify.com/docs) - [Blog](https://mintlify.com/blog)