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

APIs in Alteryx: cURL using u-

bmillrine
8 - Asteroid

Hi

 

Can someone help me with the following. Trying to achieve the following:

 

curl -uYOUR_APIKEY_FOLLOWED_BY_A_COLON: https://api.companieshouse.gov.uk/company/{company_number} 

I can't get the attached workflow to work. What am I doing wrong?

 

Your help is greatly appreciated.

 

Thanks

2 REPLIES 2
PaulN
Alteryx Alumni (Retired)

Hi @bmillrine,

 

From what I can see, you are almost there.

 

As header should be (source): "Authorization: Basic xxx", I would suggest to add a formula tool to build it as expected:

 

CURL -U.png

Thanks,

 

Paul NOIREL

Customer Support Engineer 

 

 

 

 

bmillrine
8 - Asteroid

Paul

 

Thanks for your help. Greatly appreciated.

 

Thanks

 

Brian

 

 

Labels