Get pint test pin comments via API

I am using API v1 ( https://api.pinterest.com/v1/pins/ {PIN_ID} / ...), but there is no documentation on how to get comments for specific output.

So how do you do this?

+6
source share
1 answer

Currently, you cannot receive comments for Pin through the public API. You can only get the number of comments.

All available fields are listed at https://developers.pinterest.com/docs/api/pins/ .

0
source

All Articles