### Get Whitelabel Transactions Source: https://api.luxhost.cc/public/api/index Retrieves whitelabel transactions for a specific ID. This endpoint is part of the LuxHost API v2. ```HTTP GET /api/v2/whitelabel/{id}/transactions ``` -------------------------------- ### Purchase and Manage Domain Records Source: https://api.luxhost.cc/public/api/index Facilitates the purchase of domains and the management of DNS records associated with them, including adding, updating, and deleting records. Also supports changing Name Servers. ```HTTP POST /public/api/domains/purchase ``` ```HTTP PUT /public/api/domains/{domainId}/records ``` ```HTTP DELETE /public/api/domains/{domainId}/records/{recordId} ``` ```HTTP POST /public/api/domains/{domainId}/records/{recordId} ``` ```HTTP POST /public/api/domains/{domainId}/change-ns ``` -------------------------------- ### Manage Domain Contacts Source: https://api.luxhost.cc/public/api/index Provides endpoints for managing domain contacts, including creating, retrieving, updating, and deleting contact information. Supports bulk search and individual domain lookups. ```HTTP POST /public/api/domains/contacts ``` ```HTTP GET /public/api/domains/contacts ``` ```HTTP PUT /public/api/domains/contacts/{id} ``` ```HTTP GET /public/api/domains/contacts/{id} ``` ```HTTP DELETE /public/api/domains/contacts/{id} ``` -------------------------------- ### Search and List Domains Source: https://api.luxhost.cc/public/api/index Enables searching for domains in bulk and retrieving lists of available domains. Also allows fetching details for a specific domain by its ID. ```HTTP POST /public/api/domains/search/bulk ``` ```HTTP GET /public/api/domains/search ``` ```HTTP GET /public/api/domains/list ``` ```HTTP GET /public/api/domains/{domainId} ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.