Skip to main content

Token - API Documentation

Overview

Token endpoints create, revoke, inspect, and list dashboard auth tokens for the authenticated user.

Endpoint Index

Database Collections

CollectionPurpose
countly.auth_tokensStores auth token documents and token restrictions (ttl, owner, app, endpoint, purpose, multi).
countly.membersResolves authenticated user and token owner.

Configuration & Behavior Notes

  • Token create defaults to ttl=1800 and multi=true when parameters are not provided.
  • Token delete can only remove tokens owned by the authenticated user.
  • Token check returns only validity and remaining time, not full token metadata.

Last Updated

2026-02-17