# Namify API ## Docs - [TLD Catalogue](https://docs.namify.tech/TLD-catalogue.md) - [API Overview](https://docs.namify.tech/api-overview.md): The Namify API is a RESTful JSON API over HTTPS. All requests and responses use JSON. The API is versioned in the URL path. - [List Customers](https://docs.namify.tech/api-reference/customer/all-customers.md): Returns a paginated list of customer accounts belonging to your partner account. - [Auto-Login](https://docs.namify.tech/api-reference/customer/auto-login-token.md): Generates a short-lived authentication token for an existing customer account, identified by their email address. - [Customer Details](https://docs.namify.tech/api-reference/customer/get-customer.md): Retrieves detailed information for a specific customer account. - [Delete Customer](https://docs.namify.tech/api-reference/customer/remove-customer.md): Permanently deletes a customer account and all associated data. - [Create Customer](https://docs.namify.tech/api-reference/customer/signup.md): Creates a new end-customer account under your reseller account. - [Update Customer](https://docs.namify.tech/api-reference/customer/update-customer.md): Updates contact information for an existing customer account. - [Activate DNS](https://docs.namify.tech/api-reference/dns/activate-dns.md): Activates the DNS service for a domain order, enabling DNS record management for that domain. - [Add A](https://docs.namify.tech/api-reference/dns/add-a-record.md): Adds an A record to the domain's DNS zone, mapping a hostname to an IPv4 address. - [Add AAAA](https://docs.namify.tech/api-reference/dns/add-aaaa-record.md): Adds an AAAA record to the domain's DNS zone, mapping a hostname to an IPv6 address. - [Add CNAME](https://docs.namify.tech/api-reference/dns/add-cname-record.md): Adds a CNAME (Canonical Name) record to the domain's DNS zone, aliasing one hostname to another. - [Add MX](https://docs.namify.tech/api-reference/dns/add-mx-record.md): Adds an MX (Mail Exchanger) record to the domain's DNS zone, directing inbound email to a mail server. - [Add TXT](https://docs.namify.tech/api-reference/dns/add-txt-record.md): Adds a TXT record to the domain's DNS zone. TXT records store arbitrary text data and are widely used for domain verification and email authentication. - [Delete A](https://docs.namify.tech/api-reference/dns/delete-a-record.md): Deletes an A record from the domain's DNS zone. - [Delete AAAA](https://docs.namify.tech/api-reference/dns/delete-aaaa-record.md): Deletes an AAAA record from the domain's DNS zone. - [Delete CNAME](https://docs.namify.tech/api-reference/dns/delete-cname-record.md): Deletes a CNAME record from the domain's DNS zone. - [Delete MX](https://docs.namify.tech/api-reference/dns/delete-mx-record.md): Deletes an MX record from the domain's DNS zone. - [Delete TXT](https://docs.namify.tech/api-reference/dns/delete-txt-record.md): Deletes a TXT record from the domain's DNS zone. - [Modify A](https://docs.namify.tech/api-reference/dns/modify-a-record.md): Modifies an existing A record on the domain's DNS zone. - [Modify AAAA](https://docs.namify.tech/api-reference/dns/modify-aaaa-record.md): Modifies an existing AAAA record on the domain's DNS zone. - [Modify CNAME](https://docs.namify.tech/api-reference/dns/modify-cname-record.md): Modifies an existing CNAME record on the domain's DNS zone. - [Modify MX](https://docs.namify.tech/api-reference/dns/modify-mx-record.md): Modifies an existing MX record on the domain's DNS zone. - [Modify TXT](https://docs.namify.tech/api-reference/dns/modify-txt-record.md): Modifies an existing TXT record on the domain's DNS zone. - [View DNS Records](https://docs.namify.tech/api-reference/dns/view-dns-records.md): Returns DNS records for a domain. Use `record_type` to filter by type — defaults to `A` if omitted. Supported types: `A`, `AAAA`, `CNAME`, `MX`, `TXT`, `NS`, `SRV`, `SOA`. - [Availability](https://docs.namify.tech/api-reference/domains/availability.md): Checks whether one or more domain names are available for registration across the specified TLDs. - [Delete Domain](https://docs.namify.tech/api-reference/domains/delete-domain.md): Deletes a domain order. - [Domain Details](https://docs.namify.tech/api-reference/domains/domain-details.md): Returns detailed information for a specific domain order. - [List Transfers](https://docs.namify.tech/api-reference/domains/list-transfers.md): Returns a paginated list of domain transfers associated with your partner account. - [Lock / Unlock](https://docs.namify.tech/api-reference/domains/lock-unlock-domain-transfer.md): Locks or unlocks the transfer status of a domain to prevent or allow transfers to another registrar. - [Orders](https://docs.namify.tech/api-reference/domains/orders.md): Returns a paginated list of domain orders belonging to a specific customer under your partner account. - [Registration](https://docs.namify.tech/api-reference/domains/registration.md): Registers a domain name under an existing customer account. - [Renewal](https://docs.namify.tech/api-reference/domains/renewal.md): Extends the registration term of an existing domain order before it expires. - [Suggestions](https://docs.namify.tech/api-reference/domains/suggestions.md): Returns a list of available domain name suggestions derived from a keyword. Useful for surfacing alternatives when the exact domain a customer wants is already taken. - [Auto-Renewal](https://docs.namify.tech/api-reference/domains/toggle-auto-renew.md): Enables or disables automatic renewal for a domain before its expiry date. - [Transfer Status](https://docs.namify.tech/api-reference/domains/transfer-status.md): Returns the current status of an in-progress domain transfer. - [View Transfer Code](https://docs.namify.tech/api-reference/domains/view-transfer-code.md): Retrieves the EPP authorization code (also known as the auth code or transfer secret) required to transfer a domain to another registrar. - [Hello](https://docs.namify.tech/api-reference/hello.md): A lightweight health-check endpoint. Use this call to confirm that your bearer token is valid and that the API server is reachable. Returns the current server timestamp and a confirmation message. Ideal for testing credentials during initial integration or diagnosing authentication issues. - [Authentication](https://docs.namify.tech/authentication.md) - [Changelog](https://docs.namify.tech/changelog.md) - [Coupon Codes](https://docs.namify.tech/coupon-codes.md): Validates a coupon code and returns its applicable discount details. - [Enable / Disable](https://docs.namify.tech/enable-disable-privacy.md): Enables or disables WHOIS privacy protection on a domain that already has privacy purchased. - [Environments](https://docs.namify.tech/environments.md) - [Fetch Pricing](https://docs.namify.tech/fetch-pricing.md): Returns pricing information for premium domains. - [Full API](https://docs.namify.tech/full-api.md) - [Get Contacts](https://docs.namify.tech/get-contacts.md): Retrieves the contact information associated with your partner account. - [Go-Live Checklist](https://docs.namify.tech/go-live-checklist.md) - [Hybrid](https://docs.namify.tech/hybrid.md) - [Welcome to Namify](https://docs.namify.tech/index.md): We provide domain infrastructure built for SaaS. Our API lets you ship domain search, registration, and management as a native feature inside your product - without becoming a registrar, negotiating with registries, or staffing a domain support team. - [Integration Patterns](https://docs.namify.tech/integration-patterns.md) - [Low Lift](https://docs.namify.tech/low-lift.md) - [Purchase Privacy](https://docs.namify.tech/purchase-privacy.md): Adds or renews WHOIS privacy protection for a domain, keeping personal contact details hidden from public lookups. - [Quickstart](https://docs.namify.tech/quickstart.md): Zero to a registered domain in 4 API calls. This guide uses the sandbox - no charges, no real registrations. - [Rate Limits](https://docs.namify.tech/rate-limits.md) - [Registration](https://docs.namify.tech/registration.md): Registers a premium domain under an existing customer account. - [Renewal](https://docs.namify.tech/renewal.md): Renews the registration term of an existing premium domain order. - [Set Contacts](https://docs.namify.tech/set-contacts.md): Sets or updates the contact information associated with your partner account. - [All TLD Pricing](https://docs.namify.tech/tld-pricing.md): Returns your partner pricing for all configured TLDs and privacy protection. - [Upcoming](https://docs.namify.tech/upcoming.md) ## OpenAPI Specs - [openapi](https://docs.namify.tech/api-reference/openapi.json)