### Reseller API Endpoints Source: https://apidoc.datalix.de/index Documentation for reseller-related API endpoints, including ordering KVM and game servers, managing game server packages, extending services, and managing users and their services within interfaces. ```APIDOC POST /reseller/order/kvm/{kvmPacketId} POST /reseller/order/gameserver/{gameId} GET /reseller/gameserver GET /reseller/gameserver/packages/{gameId} POST /reseller/extend/service/{serviceId} GET /reseller/interface/{interfaceid}/user/list GET /reseller/interface/{interfaceid}/user/{userid}/service/list DELETE /reseller/interface/{interfaceid}/user/{userid} DELETE /reseller/interface/{interfaceid}/user/{userid}/service/{assingid} POST /reseller/interface/{interfaceid}/user POST /reseller/interface/{interfaceid}/user/assing ``` -------------------------------- ### KVM Server API Endpoints Source: https://apidoc.datalix.de/index Documentation for KVM server-related API endpoints, including retrieving information about KVM server lines and packages, and available operating systems for a given package. ```APIDOC GET /kvmserver/line/{kvmline} GET /kvmserver/packet/{packetid} GET /kvmserver/packet/{packetid}/os ``` -------------------------------- ### Order API Endpoints Source: https://apidoc.datalix.de/index Documentation for order-related API endpoints, including placing orders for KVM servers and processing payments for existing orders. ```APIDOC POST /order/kvmserver/{kvmPacketId} POST /order/{orderId}/pay ``` -------------------------------- ### Datalix API Overview Source: https://apidoc.datalix.de/index Provides an overview of the Datalix API, including version information, OpenAPI specification, base URL, authentication methods, and rate limits. It also outlines how to report errors using the Request ID. ```APIDOC Version: 0.1.1 Specification: OAS 3.0 Base URL: https://backend.datalix.de/v1/ API Keys and Auth: Direct access to the API is recommended via the provided API Key. Limits: There is a global rate limit of 240 requests per minute per IP or Token. If an endpoint specifies an additional limit, it is noted in the documentation. Reporting errors: Each response contains a Request ID (Header X-Request-Id) with this Request ID you can report the problem to us. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.