Jump to content

Maram Hassan

New Member
  • Posts

    1
  • Joined

  • Last visited

About Maram Hassan

Maram Hassan's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hello Can someone help me with this project please Hello, Thank you for contacting WHMCS Support. Yes, you could use the WHMCS API as there is a Remote API. The Remote API accepts POST requests to the API endpoint located at: https://www.yourdomain.com/path/to/whmcs/includes/api.php - Please review the Getting Started section of the WHMCS API developers documentation: https://developers.whmcs.com/api/getting-started/ Access to the API by default is restricted by IP or for situations where IP access control is not feasible, an Access Key can also be configured. Under the Configuration (wrench icon) > System Settings > General Settings > Security tab section, you can add and remove IPs, along with a note referencing who/what the IP is used for. Please review the full API developer documentation here: https://developers.whmcs.com/api/ Depending on what you are trying to accomplish you would use the command in the API Index: https://developers.whmcs.com/api/api-index/ For example, you could see if the GetProducts API command will work for what you are looking to accomplish. This command is to retrieve configured products matching the provided criteria in the API Request code. For more information on this command please review this documentation: https://developers.whmcs.com/api-reference/getproducts/ You would then use your own PHP code to organize the data returned and display it how you would like to. I trust that gives you a good starting point for your customization. For further assistance customizing WHMCS, I’d recommend checking out our Developer Corner community. This is where our friendly and knowledgeable community members and developers help one another with customizing WHMCS beyond its core functionality: https://whmcs.community/community/41-developer-corner/ Regrettably, we are unable to assist with custom code or customizations here as part of WHMCS product technical support. If we can assist with any core WHMCS software technical errors, please don’t hesitate to contact us back. Kind regards,
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated