Your personal Access Token
Introduction
Your personal access token is a three-legged access token, that provides an access to your own scout data.
It is the easiest way to try out the API in your own code. If you have not yet obtained it, you can use the Postman Collection.
There you will be asked to login to your personal account then you can extract the access token and the access token secret from the interface.
Code Examples
When you have your access token, you can access is24 resources:
1 2 3 4 5 6 7 |
|
1 2 3 4 5 6 7 8 9 |
|
Note: Even if you have your own access token, there might be some data, which you will not be able to access, because your system does not have all the required permissions.