Welcome! Our site is 100% free to use. You only need to sign up and add some code to your website and you'll be good to go.

Account

Notes
Expert level
The API key should be sent as a Bearer token in the Authorization header of the request. Get your API key.
Show

API endpoint:

GET
https://analytically.net/api/v1/account

Request example:

curl --location --request GET 'https://analytically.net/api/v1/account' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'