Get a userās domains
This endpoint gets the domain names connected to a userās vPanel account.
HTTP Endpoint
Parameters
The API username and key must be provided in both the parameters and basic auth.
Contrary to most other API endpoints, username is the vPanel username
(hname_12345678).
| Parameter | Required | Type |
|---|---|---|
api_user | Yes | string |
api_key | Yes | string |
username | Yes | string |
Usage
Response
The response is a list/array returned as a string.
Success:
Response
[["ACTIVE","subdomain.example.com"]]Error:
Response
nullRelated pages:
Last updated on