7

I am using the v1 API ( https://api.pinterest.com/v1/pins/{PIN_ID}/ ... ) but there is no documentation on how to retrieve comments for certain pin.

So how do you do that?

Zhivko
  • 550
  • 4
  • 16

1 Answers1

0

You cannot currently retrieve comments for a Pin via the public API. You can only retrieve the comment count.

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

Jean
  • 69
  • 2