MOFH-API-Docs
MOFH-API-Docs copied to clipboard
API Documentation for https://myownfreehost.net
Hello. I was trying to set the API with WHMCS. When I click the "Refresh" button of the MOFH server on the "Servers" page, the WHMCS returned this error tip:...
See title. This would, for example, add a link to the ticket response callback page on the create ticket page.
**Affected pages:** - https://github.com/Wallvon/MOFH-API-Docs/blob/main/pages/XML/tickets/create.mdx - https://github.com/Wallvon/MOFH-API-Docs/blob/main/pages/XML/tickets/user-reply.mdx - https://github.com/Wallvon/MOFH-API-Docs/blob/main/pages/JSON/tickets/create.mdx - https://github.com/Wallvon/MOFH-API-Docs/blob/main/pages/JSON/tickets/user-reply.mdx **Issue:** These pages include a sample cURL call such as (formatted): ~~~curl curl -X POST -u username:password -d "api_user=username&api_key=password&domain_name=subdomain.example.com&ticket_id=000000" -F...
The comments value in section [domain add/remove callback](https://api.myownfreehost.net/initial-setup/callbacks#domain-added-to-account) should be domain/subdomain name... not vpanel username...
- Updated `/errors` to include more detailed information on how to detect errors in each API category. - Updated some pages in the domains category to better describe the error...