Add README.md

This commit is contained in:
2021-05-17 16:06:03 +02:00
parent 0a3cc80202
commit 96aa4d58cf
+13
View File
@@ -0,0 +1,13 @@
ToonBridge
=====================
### Instructions
In order to get an Authentication Token Execute the following in a Browser:
`curl -k -v -L "https://api.toon.eu/toonapi-accesstoken?tenant_id=eneco&client_id=r47jwm8f5J2yG6wYhVzaqoctRL7FA6Aa"`
Use the Authentication Token to get the Agreement ID
`curl -X GET https://api.toon.eu/toon/v3/agreements -H 'authorization: Bearer {access_token}' -H 'cache-control: no-cache' -H 'content-type: application/json'`