Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Simple API question

Hamder83
11 - Bolide

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

Hamder83_0-1654167906991.png
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...................

 

Hamder83_1-1654167988968.png

 

URL is set in download tool:

Hamder83_2-1654168087882.png



Authentication is set with the value from the field:

Hamder83_3-1654168147893.png





Response: {"api_response": 403, "message": "Key not authorized"} - but its the same key, that just worked in postman. So I assume I miss something?

1 REPLY 1
Hamder83
11 - Bolide

i'm an idiot. I misspelled Authorization..... that worked...

Labels