AcuInvoice Announces Release of API v0.1
The AcuInvoice development team is pleased to announce the initial public release of the AcuInvoice application programming interface (API) and PHP client library. The AcuInvoice API allows developers to build applications that securely access and manage their AcuInvoice data. Possible applications include integration with third party shopping carts, integration with third party accounting packages, and more. We have extensive documentation and sample code (to be posted shortly), but wanted to provide a consolidated summary of topics germane to this API and its future plans.
Access
The AcuInvoice API is open to all AcuInvoice subscribers. We currently have no plans to restrict API access based on account type. To use the AcuInvoice API you will need an access key. As of this writing, said key has magically appeared in the My Account→Preferences area of your account. Keep your API key safe. If you share it with the world, some nefarious pack of geeks might do something naughty with it. If you ever suspect that your API key has been compromised, simply change your master account password and an new API key will be automatically generated for you.
Security
AcuInvoice API communications are transmitted via XML and secured via HTTPS; requests made over non-encrypted connections will not be served. Additionally, if you have mapped a domain to AcuInvoice (if you haven’t, you know you want to), note that for purposes of data encryption you will have to access the AcuInvoice API at https://yourid.acuinvoice.com/api/ rather than at http://www.yourdomain.com/api/.
PHP Client Library
Our PHP client library is complete and can be downloaded at the URL conveniently located beneath your API key. Technical requirements for the library include PHP 5 compiled with SimpleXML and cURL. Documentation is included with the client library.
Forthcoming Additions
This 0.1 release is strong and has intentionally been structured such that the API’s scope and data formats are familiar to anyone who has developed applications using our competitors’ APIs. However, we believe that the AcuInvoice API can and should do more. To this end, we will be adding additional functionality to the AcuInvoice API as it becomes available. We welcome your suggestions.
API Developer Forum and Code Repository
We encourage API developers to join the AcuInvoice forum (just opened yesterday, so we’d love to have people join) to discuss API development issues and to let us know what you’d like to achieve with the API. If you have developed code that you believe has broad use, and which you don’t mind sharing with fellow API developers, we would be happy to promote your work and serve as a repository for this code.
Thanks
Lastly, we want to thank all of our early adopters for their support as we continue to release features and upgrades. We love hearing back from you and encourage you to continue to contacting us with your constructive criticisms. We’re working to make this the best application in this space and we can’t do it without feedback from you, our subscribers. Please feel free to contact us at support (at) acuinvoice (dot) com with any questions.
Leave a Reply