---
title: "List LinkedIn orgs"
method: GET
path: "/v1/connect/linkedin/organizations"
tags: ["Connect"]
---

# List LinkedIn orgs

`GET /v1/connect/linkedin/organizations`

Fetch full LinkedIn organization details (logos, vanity names, websites) for custom UI. No authentication required, just the tempToken from OAuth.

## Query parameters

- `tempToken` string, required
- `orgIds` string, required

## Response `200`

Organization details fetched successfully

- object
  - `organizations` object[]
    - `id` string — Organization ID
    - `logoUrl` string, uri — Logo URL (may be absent if no logo)
    - `vanityName` string — Organization's vanity name/slug
    - `website` string, uri — Organization's website URL
    - `industry` string — Organization's primary industry
    - `description` string — Organization's description

## Other responses

- `400` — Missing required parameters or too many organization IDs
- `500` — Failed to fetch organization details

---

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