oauth2 CLIENT_ID

I am having difficulty for oauth2 CLIENT_ID.

1. the
quick start https://developers.thomsonreuters.com/elektron-data-platform/elektron-data-platform-early-access-apis/quick-start
says CLIENT_ID can be generated as API key by myself

2. the user
guide https://developers.thomsonreuters.com/elektron-data-platform/elektron-data-platform-early-access-apis/docs?content=42293&type=documentation_item
says CLIENT_ID will be provided to me by ThomsonReuters

3. I tried
to generated one myself following the quick start but it did not work

can someone clarify?

Best Answer

  • Gurpreet
    Gurpreet admin
    Answer ✓

    Hi @yuan.shen

    I have tried your credentials, and can see that your ID is only authorized for Research Alerts. If you are using the python samples, you can see that the OAuth token is only scoped for:

    trapi.alerts.research.crudtrapi.auth.cloud-credentialstrapi.cfs.claimcheck.readtrapi.data.research.readtrapi.data.symbology.readtrapi.metadata.readtrapi.search.lookup.readtrapi.search.metadata.readtrapi.search.read

    which is related for Research dataset. In the python samples, you can try researchAlerts.py to get the content.

    python researchAlerts.py -s

    If you need access to other content set like historical timeseries or News, please contact your Account Manager.

Answers