Skip to content

Admin Token API: Identify Feature Flags Client token

Proposal

The Admin Token API allows getting information about arbitrary tokens. It can be used in to identify what a token does, e.g. in the context of leaked tokens.

It currently lacks support for Feature Flag Client tokens for identification, as well as revocation. See the current implementation status.

POST /api/v4/admin/token

Should return information about the feature flag client that the token is associated with:

{
  "id": 1,
  "project_id": 2,
}

References