Account
List Pinterest boards
Returns the Pinterest boards available for the given account.
Base URL
https://app.usesaki.com/apiget
/spaces/{space}/accounts/{account}/boardsList Pinterest boards
Returns the Pinterest boards available for the given account.
Authorization
Bearer <token>Path Parameters
spacerequiredintegerThe space ID
accountrequiredintegerThe account ID
Response
curl -X GET "https://app.usesaki.com/api/spaces/{space}/accounts/{account}/boards" \
-H "Authorization: Bearer YOUR_TOKEN"Response
{
"data": [
{
"id": "string",
"name": "string",
"description": "string",
"image": "string"
}
]
}