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.
| Parameter | Required | Type |
|---|---|---|
api_user | Yes | string |
api_key | Yes | string |
domain | Yes | string |
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
nullRelated pages:
Last updated on