Pinterest Authentication - Need help

Hi,

I’m trying to get the pinterest connection going
I have acquired a secret and everything. But I’m not quite sure how exactly it works.

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

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:

I did the whole auth process manually because even though the docs say its OAuth2.0 the credentials dont work directly

First I had to send a queried request to pinterest auth link, which sent to a callback webhook. I created a temporary webhook for that.
There I received an authorization code.

We have to then send that auth code to another Pinterest Auth link, and that returns a token

We have to use THIS token in the header as Bearer to send all the API requests.

Is there a way to do this all in n8n itself?

Welcome to the community @Abhinav_Tripathi,
Could you share what your workflow looks like by pasting in the JSON, this will help us and other community members to better understand what you’re trying to do :slight_smile:

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