Search code examples
securitytokenucd

Getting list of tokens in Urbancode


I'm implementing a workflow including many steps. A final one is a component deployment in IBM UrbanCode.

I have:

  • admin credentials (login, password),
  • login of user responsible for deployment (token in UCD already exists)

Is it possible to fetch a list of declared tokens (as admin) using REST API? All I can see is the method for creating a token.

Regards, Norbert


Solution

  • .../security/authtoken/

    (Not officially supported)