Clickbank integration

Hi,
Can I integrate Clickbank api with n8n?
My task with n8n:
:one: Fetch Data from clcikbank→ :two: Process & Enrich → :three: Post to Blog → :four: Share on Socials.
But i keep on getting Forbidden-check your credentials

any advice?

@Adross you could also try to call the api by http request node to get the data

thank you, i tried:
Add an “HTTP Request” node
Method: GET
URL: https://api.clickbank.com/rest/1.3/products/list
Headers:

Authorization: Bearer YOUR_CLICKBANK_API_KEY

but don’t see the option to add bearer:

@Adross you could set up like this:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.