Saki Docs
Account

List Pinterest boards

Returns the Pinterest boards available for the given account.

Base URLhttps://app.usesaki.com/api
get/spaces/{space}/accounts/{account}/boards

List Pinterest boards

Returns the Pinterest boards available for the given account.

AuthorizationBearer <token>

Path Parameters

spacerequiredinteger

The space ID

accountrequiredinteger

The 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"
    }
  ]
}