Access token
To retrieve your access token you can simply run the following API call
with your System scope password. In case you want to retrieve your Event scope token, you must include the eventID
query attribute and use your Event scope password.
Here is an example of response you will get if successful:
The tokenID
value will be accessible through the following path: response["data"][0]["tokenID"]
.
Last updated