Resellers
Account Settings
Return current user's public contact information
This function retrieves an account's public contact information.
get/get_public_contact
Response
HTTP Request was successful.
Example response
{
"data": {
"name": "Bob's Hosting",
"url": "https://bobshosting.net"
},
"metadata": {
"command": "get_public_contact",
"reason": "OK",
"result": 1,
"version": 1
}
}