cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

REST GET Snap - Modify Authenication

jhagist
New Contributor III

I am working with Eloqua and there is a rest API that is not in the snap pack for eloqua.

I need to modify the authentication header to add a company name.

How would I do that with the Rest Snap?

2 REPLIES 2

SandeepVemula
Contributor

You can use Header properties and add a Header as you required
image

Thanks-- this pointed me in the right direction.

I have included the rest of the configuration you will need.

This is a screenshot of the key and value. (FYI: Donโ€™t set up a login account)

2018-06-19_8-32-41

The value is a Base 64. Verbose instructions are here.

The main thing is you need to convert this string. COMPANYX\user1:password123 to Base 64.

You can use this website to convert the string.

The last thing is you need to find your companies website address. For example an API call would go here https://secure.p03.eloqua.com/api/bulk/2.0/accounts/exports

To determine your base URL go here.

Hope this saves you some pain. ๐Ÿ˜€