You are viewing region:DEGermanyGBEUHotline
GBEU
News & StatusContact
Phylex logoPhylex
About
Client AreaCareers
Automation APIs
OverviewAuthenticationAccount APIReseller APIErrors and limitsSecurity
Agent tools
AI SDK and skill
Phylex logoPhylex

Premium cloud hosting solutions with enterprise-grade infrastructure. Trusted by thousands of businesses worldwide for reliable VPS, VDS, and dedicated servers.

Compute

  • Dedicated Servers

Game Hosting

    Storage

    • Storage Boxes
    • S3 Storage

    Network & Security

    • IP Subnets
    • IP Transit
    • BGP SAAR
    • DDoS Protection
    • Looking Glass

    Developer

    • API Documentation
    • Authentication
    • Reseller API
    • API Security

    Support & Info

    • Knowledge Base
    • Support Center
    • News & Status
    • Network Info
    • Careers

    Legal

    • Terms of Service
    • Privacy Policy
    • Data Protection
    • Refund Policy
    • Imprint
    Found a bug or typo?

    Report it and get a small thank-you gift.

    Bug bounty

    Need a hand?

    Find practical setup guidance or open a ticket with our support team.

    Knowledge BaseOpen a ticket

    © 2022-2026 Phylex branding under ISPLABS LIMITED. All Rights Reserved.

    ISPLABS LIMITED | Company number 16958848

    Registered office address 128 City Road, London, United Kingdom, EC1V 2NX

    Listed on WH Top
    GDPR compliance badgeGDPR Compliant
    ICO registration badgeRegistration reference: ZC161318
    Rated on Revuio.de
    0.0/5 (0 reviews)
    View profile
    Follow us:
    Reseller API v1

    Reseller endpoints

    Catalog, customer, and ticket automation for one approved reseller workspace. Every lookup is resolved from the key's server-owned tenant identity.

    Cross-provider access fails closed.

    A reseller key cannot authenticate as an account key, access another reseller, or retrieve payment and service credentials.

    Base URL: https://billing.phylex.net/api/proxy/reseller-api/v1

    MethodPathRequired scopeDescription
    GET/meaccount:readApproved reseller identity and safe key metadata.
    GET/planscatalog:readEnabled tenant catalog, markup, period prices, and plan references.
    GET/customerscustomers:readTenant-scoped customers with bounded pagination.
    POST/customerscustomers:writeCreate or link a customer inside this reseller tenant.
    POST/customers/invitecustomers:writeInvite an unregistered customer by customer_ref.
    GET/ticketstickets:readSearch and filter this reseller's support tickets.
    POST/ticketstickets:writeOpen a tenant-scoped support ticket.
    GET/tickets/messagestickets:readRead messages for an owned ticket_ref.
    POST/tickets/messagestickets:writeReply to an owned ticket_ref.
    curl 'https://billing.phylex.net/api/proxy/reseller-api/v1/tickets/messages?ticket_ref=PHX-RT-0000002A'   --header 'Authorization: Bearer phxrk_REPLACE_WITH_YOUR_KEY'
    Interactive Reseller OpenAPI