Accessing Apimo WebService API
- Joel Lipman
- API Miscellaneous
- Hits: 3023
- Apimo Webservice 2.0 (apimo.com)
- PHP v5.5
This is an article on how I connected to the Apimo WebService. The Apimo Webservice is an API provided by apimo.com and requires a server request over HTTPS using the GET method.
Why?
This was quite difficult to connect to and to determine what was wrong with each step of the development as the error messages were somewhat vague. I thought I'd quickly write this article so I don't have to spend so much time on it again.
Note that the below examples, demonstrate a script on a Non-SSL-Enabled host.
How?