Tryed filename result temp; proc http url="https://api.rjmetrics.com/0.1/figure/11111/export" in = "format=csv" in = "includeColumnHeaders=1" out=result; headers "X-RJM-API-Key" = "11111111"; debug level=3; run; Log shows a 403 error: < HTTP/1.1 403 Forbidden < Content-Type: text/html; charset=UTF-8 < Date: Thu, 03 Feb 2022 17:21:30 GMT < Server: Apache 2 The SAS System 13:20 Thursday, February 3, 2022 < Content-Length: 13 < Connection: keep-alive On my curl command I had to use "--ssl-no-revoke" By the way, is there a way to make the output as a dataset, instead of a CSV? Thanks Chris!
... View more