I'm trying to follow the instructions from https://community.developers.refinitiv.com/questions/39860/bulk-files-download.html
https://permid.org/api/bulkDownload/metadata?access-token=<MY_TOKEN>
When I try to download the metadata I get the following response.
{"error": {"status": { "code": "404", "errorCode": "Not Found", "errorDescription": "NotFoundException: null for uri: http:\/\/mdaas-api-virtual-prod.api.thomsonreuters.com\/api\/bulkDownload\/metadata" }}}
Am I using the correct URL?