GET method not allowed on buckets API

Hello, i'm trying to get at my allowed buckets in EDP, but the relevant API endpoint

https://api.refinitiv.com/file-store/beta1/buckets

doesn't allow method GET (as suggested by the CFS API documentation). The reply is

405 - Method Not Allowed.

Could you help please?

Thank you

Ludwig

Best Answer

  • Christiaan Meihsl
    Answer ✓

    @ludwig.arndt,

    Effectively, that method is documented, but currently disabled. Therefore you cannot use it to search for all buckets.

    What you can do is look at the content of buckets that you are entitled to. For that you need to know the name of the bucket you will query. You should have received a list of the names of the buckets you are entitled to. For instance, for frtb data, the bucket is frtb-bucket, and for bulk ESG data, it is EDS-BULK-ESG-Production.

Answers