How to set up credential for Creditsafe API

Describe the problem/error/question

I’m trying to figure out which credential type to use for Creditsafe’s API.
Here’s their docs for authentication: Creditsafe Connect API Documentation - Creditsafe

I looked at both of the OAuth options and the JWT option but I can’t see those being the right ones.

I’d appreciate any input that would steer me in the right direction.

Information on your n8n setup

  • n8n version: 1.61.0
  • Running n8n via (Docker, npm, n8n cloud, desktop app): cloud

Hey @JohanL,

As a quick starting point the below workflow should help. Just don’t forget if you ever share it to remove the username and password from the Get Token node.

This makes sense. My colleague just now did almost exactly this but put the headers in a Custom Auth credential so we can still separate the credentials and the workflow. Thanks for the help!

1 Like

Putting it in a custom auth credential is the best option so that you don’t expose the values :+1:

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