Hi
I have a api endpoint. Using a bearer token, and a ID to lookup.
In postman I do this
ID: 626f8f791d607b293d30c564
URL: https://api.parcelperform.com/v5/shipment/details/?shipment_id=626f8f791d607b293d30c564
Barer token
This works without any problems.
in alteryx:
I have
Shipment ID: 626f8f791d607b293d30c564
URL: https://api.parcelperform.com/v5/shipment/details/?shipment_id=626f8f791d607b293d30c564
Authentication:Bearer eyJhbGci...................
URL is set in download tool:
Authentication is set with the value from the field:
Response: {"api_response": 403, "message": "Key not authorized"} - but its the same key, that just worked in postman. So I assume I miss something?
Solved! Go to Solution.
i'm an idiot. I misspelled Authorization..... that worked...