Forum Discussion
A web API key can only be specified when a web API key name is provided
JirkaZ
it still doesn't work, I am desperate...
I'll show you my approach:
you asked me to use the following link: "https://app.salsify.com/api/orgs/{org_id}/export_runs?access_token=YOUR-AUTH-TOKEN"
according to the site my {org_id} is here :
we will say that in this example it is "ABCDEFG"
the second parameter I need is my "YOUR-AUTH-TOKEN".
and still according to the site it tells me that it is here :
in our example this one is "XYZ"
now when I assemble the information in power bi I get this error message
What I want to know is, is this the right approach?
if so, why do I get this error message
thanks for your help
Did you check the article I linked? I mentioned that because the Export Run API call is a POST request, the URL approach won't work and you'll have to define a POST command. Your approach is working only for GET calls.