---
title: "List all integrations"
method: GET
path: "/integrations"
tags: ["Integrations"]
---

# List all integrations

`GET /integrations`

Returns all connected social media channels for your organization.

## Query parameters

- `group` string

## Response `200`

List of integrations

- Integration[]
  - `id` string — Unique integration ID
  - `name` string — Display name of the account
  - `identifier` 'x' | 'linkedin' | 'linkedin-page' | 'facebook' | 'instagram' | 'instagram-standalone' | 'threads' | 'bluesky' | 'mastodon' | 'warpcast' | 'nostr' | 'vk' | 'youtube' | 'tiktok' | 'reddit' | 'lemmy' | 'discord' | 'slack' | 'telegram' | 'kick' | 'twitch' | 'pinterest' | 'dribbble' | 'medium' | 'devto' | 'hashnode' | 'wordpress' | 'gmb' | 'listmonk' | 'moltbook' | 'skool' | 'whop' — Provider identifier (27 platforms supported)
  - `picture` string — Profile picture URL
  - `disabled` boolean — Whether the integration is disabled
  - `profile` string — Profile handle/username
  - `customer` object
    - `id` string
    - `name` string

---

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