By using the Cacoo API you are able to interact with Cacoo from other services and applications.
There are two ways to access the Cacoo API.
The API key allows you make requests to the Cacoo API. You can make an API key here.
Append your API key to requests to the API to return data from your account.(Parameter name "apiKey")
Example: https://cacoo.com/api/v1/diagrams.json?apiKey=abcdefghijklmn
OAuth 1.0a is supported as an authorization method for Cacoo. You can register applications here.
You can get your Access Token from the following links.