The REST API seems to support basic authentication and authentication via Token for test users. I...

Options
The REST API seems to support basic authentication and authentication via Token for test users. Is basic authentication also supported for productive use?

Best Answer

  • gteage01
    gteage01 LSEG
    Answer ✓

    @josef.pozny

    Hi Josef,

    The intention of a Token is for efficiency / re-use.

    Aim for DSS users should be to poll the Authentication/RequestToken endpoint once (or a few a times as possible) using DSS (Basic) credentials to retrieve the Token "value", then re-use that Token in any DSS requests going forward for as long as the Token is valid.

    I believe a Token is valid for 24 hours.

    The concept of test users does not apply relating to this question.

    Best regards,

    Gareth

Answers