List public pins on a Pinterest board by URL.
Endpoint
/v1/pinterest/boards/pins
Query
Link to the Pinterest board.
Opaque pagination cursor returned by a previous response.
When true, returns a smaller response with fewer fields.
const response = await fetch( "https://api.socialfetch.dev/v1/pinterest/boards/pins?url=https://www.pinterest.com/lizmrodgers/moms-night/", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);