List public boards for a Pinterest profile.
Endpoint
/v1/pinterest/profiles/{handle}/boards
Path
Pinterest username whose boards should be listed.
Query
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/profiles/broadstbullycom/boards", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);