Nimply Developers
API ReferenceChannels

List a Pinterest channel's boards

GET
/v1/channels/{id}/pinterest/boards

Returns the boards of a connected Pinterest channel. Use a board id as boardId when creating pins with POST /v1/posts/pinterest.

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