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.
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