analytics:read scope.
Analytics is available to enabled organizations. If the scope or Analytics
pages are unavailable, contact your Embedder representative.
Create the token
1
Open your account
Sign in to app.embedder.com, open Account, and select the Tokens tab.
2
Start a new token
Select Create token. Give the token a name that identifies the integration or job that will use it, such as
analytics-dashboard-prod.3
Choose an expiration
Select 30 days, 60 days, 90 days, one year, or no expiration. Prefer the shortest lifetime your integration can rotate reliably.
4
Grant analytics access
Under Scopes, enable
analytics:read. A token without this scope cannot read organization Analytics API data.5
Generate and copy
Select Generate, then copy the token immediately. The complete value is shown only once.
Find your organization ID
Open Organizations in the web app and select the organization whose usage you want to read. Its URL has this form:Test the token
Request an Analytics overview with an explicit ISO 8601 date range:totals, previous, and days. See the Analytics API reference for user, team, and session endpoints.
If the request fails:
401: check that the token was copied completely and has not expired or been revoked.403: confirm thatanalytics:readwas selected, the organization ID belongs to the account, and Analytics is enabled for the organization.429: wait for the duration in theRetry-Afterresponse header before retrying.
Rotate or revoke a token
Create a separate replacement token before removing a token that is in use:- In Account → Tokens, create a new token with
analytics:read. - Put the new value in the integration’s secret store.
- Make a test request with the replacement.
- Update or restart every process that used the old value.
- Return to Tokens and delete the old token.

