Jump to content

r0r0

New Members
  • Posts

    2
  • Joined

  • Last visited

r0r0's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thank you, I'm starting to get a good idea of where to start. To clarify, the API above is from a billing software we use (ioncubed) so it was diffcult to edit the API provided. We wanted to provide our clients an API, while the API above is an Full Admin access API 1. For Example if you look at this particular method, http://docs.whmcs.com/API:Get_Invoices This command can be used to obtain all the invoices. 2. The API call shows you all of our client invoices (over 1000 clients). I wanted a way for a client "A" to be able to get all of their invoices without showing them invoices from Client "B", "C",etc 3. I wanted Client "A" to be able to use a similar call which in turn would show all of the invoices for the client ID related to that particular client. I hope I'm making some sense.
  2. I have two questions, I was wondering what would be the best method to go about building client side API functions on top of a already built API eg. http://docs.whmcs.com/API:Functions We would like to provide our clients access to API functions related to their accounts without giving them access to the whole Admin API where they can see a lot of our other client information. The other question we have an API built using Basic HTTP Auth for API authenication (HTTPS). eg curl username:password http://api.etc.com) If so what would be the best way to secure this method? Thank you
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.