Catalog, customer, and ticket automation for one approved reseller workspace. Every lookup is resolved from the key's server-owned tenant identity.
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
| Method | Path | Required scope | Description |
|---|---|---|---|
| GET | /me | account:read | Approved reseller identity and safe key metadata. |
| GET | /plans | catalog:read | Enabled tenant catalog, markup, period prices, and plan references. |
| GET | /customers | customers:read | Tenant-scoped customers with bounded pagination. |
| POST | /customers | customers:write | Create or link a customer inside this reseller tenant. |
| POST | /customers/invite | customers:write | Invite an unregistered customer by customer_ref. |
| GET | /tickets | tickets:read | Search and filter this reseller's support tickets. |
| POST | /tickets | tickets:write | Open a tenant-scoped support ticket. |
| GET | /tickets/messages | tickets:read | Read messages for an owned ticket_ref. |
| POST | /tickets/messages | tickets:write | Reply 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