---
title: "List LinkedIn pages"
method: GET
path: "/v2/integrations/oauth2/linkedin/pages"
tags: ["accounts"]
---

# List LinkedIn pages

`GET /v2/integrations/oauth2/linkedin/pages`

Lists the organization pages the connected LinkedIn account can administer, so the user can choose which to add as posting targets.

## Query parameters

- `accountId` string, required

## Response `200`

Default Response

- object
  - `items` object[], required
    - `id` string, required — LinkedIn ID of the organization page.
    - `name` string, required — Display name of the organization page.
    - `isActive` boolean, required — Whether Blotato is already connected to this page.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Default Response
- `500` — Server error

---

[API](https://skmtc.net/blotato/apis/blotato-api.md) · [All operations](https://skmtc.net/blotato/apis/blotato-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blotato/blotato-api/revisions/c93447ba6b9d/schema)
