connect
Set default Pinterest board
Sets the default board used when publishing pins for this account.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
accountIdstring
defaultBoardIdstring
defaultBoardName?string
Response Body
application/json
application/json
curl -X PUT "https://getlate.dev/api/v1/accounts/string/pinterest-boards" \ -H "Content-Type: application/json" \ -d '{ "defaultBoardId": "123456789012345678", "defaultBoardName": "Marketing Ideas" }'{
"message": "Default Pinterest board updated successfully",
"account": {
"_id": "64e1f0a9e2b5af0012ab34cd",
"platform": "pinterest",
"username": "mybrand",
"displayName": "My Brand",
"isActive": true
}
}Empty
{
"error": "Unauthorized"
}Empty