TRTH token

Hi,
I have some questions about the token generated to use TRTH APIs.

Is there a limit of concurrent live tokens? We have around 30 processes that create their own token. Would it be better to share one token ?

We also have a test environment where we run unit tests. With trth the tests generate a temporary token. Is it going to invalidate past tokens?

thanks

Alvise

Best Answer

  • Christiaan Meihsl
    Answer ✓

    @alvise.susmel,

    • You can create as many tokens as you want, as often as
      you want, there is no limit.
    • You can create a mechanism to share a token among your 30 processes, but it is not obligatory, they can each use their own token.
    • A token does not invalidate a prior token, each token is independent, and remains valid 24 hours.

    For additional details, see the Tick History 11.1 REST API user guide, chapter 4.

Answers