Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Alteryx Gallery API

priya_mohana_dhl
7 - Meteor

Hi,

 

I just started exploring Alteryx Gallery API. Published a workflow in the gallery. I tried testing the api in the gallery successfully.

 

 

Tried to test the endpoint from postman. I  followed the steps mentioned in https://community.alteryx.com/t5/Engine-Works/Alteryx-Server-Gallery-API-Postman-Collection/ba-p/838...

 

It throws 400:Bad Request error 

 

priya_mohana_dhl_0-1643192718233.png

 

priya_mohana_dhl_1-1643192764549.png

Any idea on how to fix this?

 

Thanks.

 

2 REPLIES 2
apathetichell
20 - Arcturus

Did you include the api key/secret (client key/secret) in your authorization? On the server you wouldn't need to include your security credentials because um. you are already on the server.

priya_mohana_dhl
7 - Meteor

Fixed it. Used OAuth 1.0 for authorization. 

priya_mohana_dhl_0-1643334189671.png

Thank you.