---
title: "Get LinkedIn pages"
method: GET
path: "/uploadposts/linkedin/pages"
tags: ["Platform Integration"]
---

# Get LinkedIn pages

`GET /uploadposts/linkedin/pages`

Retrieve LinkedIn company pages associated with the authenticated user's accounts. Use the page ID for posting to LinkedIn organization pages.

## Query parameters

- `profile` string

## Response `200`

LinkedIn pages retrieved successfully.

- object
  - `success` boolean
  - `pages` LinkedInPage[]
    - `id` string — LinkedIn organization URN. Use as `target_linkedin_page_id`.
    - `name` string — Display name of the LinkedIn page.
    - `picture` string, nullable — URL of the page logo.
    - `account_id` string — Internal identifier for the connected LinkedIn account.
    - `vanityName` string, nullable — Custom vanity URL of the page.

## Other responses

- `401` — Unauthorized — Invalid or expired token.
- `404` — Not Found — Resource does not exist.
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/upload-post/apis/upload-post-api.md) · [All operations](https://skmtc.dev/upload-post/apis/upload-post-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/upload-post/upload-post-api/revisions/10bd964e4415/schema)
