Skip to main content
GET
/
v1
/
accounts
/
{id}
/
pinterest
/
boards
List Pinterest boards on a connected account
curl --request GET \
  --url https://api.letmepost.dev/v1/accounts/{id}/pinterest/boards \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ],
  "defaultBoardId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.letmepost.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Mint an API key in the dashboard. See https://letmepost.dev/docs/authentication/.

Path Parameters

id
string<uuid>
required

Response

Boards on this account.

data
object[]
required
defaultBoardId
string | null