API ReferenceChannels
List a Pinterest channel's boards
Returns the boards of a connected Pinterest channel. Use a board id as boardId when creating pins with POST /v1/posts/pinterest.
Authorization
api-key AuthorizationBearer <token>
Workspace API key (nim_live_...)
In: header
Path Parameters
id*string
Channel id (must be PINTEREST)
Response Body
application/json
curl -X GET "https://example.com/v1/channels/string/pinterest/boards"[ { "id": "1022106146619699999", "name": "Product inspiration", "privacy": "PUBLIC", "pinCount": 42 }]Empty
Empty