Skip to Content
šŸŽ‰ Welcome to the new MyOwnFreeHost API Documentation!
Domains
POSTGet a user's domains

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).


ParameterRequiredType
api_userYesstring
api_keyYesstring
usernameYesstring

Usage

Response

The response is a list/array returned as a string.

Success:

Response
[["ACTIVE","subdomain.example.com"]]

Error:

Response
null

Last updated on