OVH API - Credential for Custom Auth / HTTP Request

Hello everyone,
Has anyone managed to make a call to the OVH API?

I’m using this BASH script but I can’t see how to integrate it with the HTTP Request component or a Credential for Custom Auth as all the signing key (CLEAR_SIGN) fields need to be calculated :

Any suggestion would be appreciated.

Thanks in advance :wink:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Welcome to the community @rdemendoza :tada:
Could you tell me a bit more detail about how you’re trying to call the OVH API and which nodes you’re using?

Hi,
I’m using n8n 1.39.1 (docker) on-premise.

I’m trying to use these: Ovh Api using the object “HTTP Request” but there is no “Predefined Credential Type” for OVH and the signature have to be calculated based on the Query settings…

I managed to do it:

Is there an easier way to do it?
Is possible to create a “Predefined Credential Type” for OVH?

1 Like

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