Skip to Content
šŸŽ‰ Welcome to the new MyOwnFreeHost API Documentation!
Domains
POSTGet a user by domain

Get a user by domain

This endpoint gets the user associated to the requested domain name.

HTTP Endpoint


Parameters

The API username and key must be provided in both the parameters and basic auth.


ParameterRequiredType
api_userYesstring
api_keyYesstring
domainYesstring

Usage

Response

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

Success:

Response
["ACTIVE","subdomain.example.com","\/home\/vol15_2\/example.com\/hname_12345678\/htdocs","hname_12345678"]

Error:

Response
null

Last updated on