'Create an ad with Pinterest API for shared ad account

I'm trying to use Pinterest v4 API (https://developers.pinterest.com/docs/redoc/adtech_ads_v4/) since v3 is soon to be deprecated. The issue I have is that I can't create an ad for an ad account that I have campaign manager access to.

I create a pin using the organic API (pins/) where I specify the board_id of the protected board that ad account uses. Pin gets created but when I try to promote it to an ad using /ads/v4/advertisers/{advertiser_id}/adsI get the following error:

Only owner user can access this pin.

This is probably because my app is not the owner of the board where the pin lives but I do have campaign manager access to that account. Any ideas on how I can create an ad for such ad accounts through the Pinterest API?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source