Where can I find token_auth for API calls?
The token_auth
is an encoded version of your username and password. You can use it to authenticate all your API requests. Handle it carefully and don’t share with anyone. Each user has a different token_auth
.
To find the token_auth
, follow these steps:
- Go to Menu > Analytics settings.
- Navigate to API.
- In User authentication, you’ll find the
token_auth
.
