Skip to content

Introduction to the Access Token Controller REST API (2024.09)

FlexNet Operations Access Tokens API

Languages
Servers
Mock server
https://fnoapi.redocly.app/_mock/apis/rest/accesstokencontroller/openapi-access-tokens
Replace {siteID} with your FlexNet Operations instance.
https://{siteID}.flexnetoperations.com/flexnet

Access Token Controller

A REST Controller for creating access tokens to be used as bearer authentication tokens for calling FlexNet Operations APIs (SOAP and REST). This REST web service also supports reading, updating, searching, rotating, and deleting tokens.

FlexNet Operations uses different token types to manage different access levels and operations:

  • NORMAL tokens can be requested by any FlexNet Operations user to authenticate themselves at a FlexNet Operations API.
  • IMPERSONATED tokens can be requested by a privileged user for use by other FlexNet Operations users.

To create and manage IMPERSONATED tokens, users require the Create Impersonated Token permission and a Manage Users permission.

Operations