What are ingest tokens?
Ingest tokens (tkv_ing_...) are write-only credentials that authenticate your wrapper with Tokeven. They can only push usage data — they cannot read your analytics or modify your account.
Creating a token
- Go to Settings > Tokens
- Click "Create token"
- Copy the token immediately — it's shown once and stored as a SHA-256 hash
Rotating tokens
Best practice is to rotate tokens periodically:
- Create a new token
- Update your wrapper configuration
- Revoke the old token
Revoking a token
Go to Settings > Tokens and click "Revoke" next to the token. This takes effect immediately — any wrapper using that token will stop sending data.