Zhivko
Zhivko

Reputation: 550

Retrieve pinterest pin comments through the API

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?

Upvotes: 7

Views: 1815

Answers (1)

Jean
Jean

Reputation: 79

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

Upvotes: 0

Related Questions