Skip to main content
GET
/
accounts
/
{id}
/
boards
List Pinterest boards
curl --request GET \
  --url https://api.social-api.ai/v1/accounts/{id}/boards \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "privacy": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Path Parameters

id
string
required

Connected account ID

Response

OK

data
object[]