Skip to main content
GET
/
integrations
List all integrations
curl --request GET \
  --url https://api.postiz.com/public/v1/integrations \
  --header 'Authorization: <api-key>'
[
  {
    "id": "cm4ean69r0003w8w1cdomox9n",
    "name": "Nevo David",
    "identifier": "x",
    "picture": "https://uploads.postiz.com/avatar.jpg",
    "disabled": false,
    "profile": "nevodavid",
    "customer": {
      "id": "customer-id",
      "name": "My Company"
    }
  }
]

Authorizations

Authorization
string
header
required

Your Postiz API key

Response

200 - application/json

List of integrations

id
string

Unique integration ID

name
string

Display name of the account

identifier
enum<string>

Provider identifier (27 platforms supported)

Available options:
x,
linkedin,
linkedin-page,
facebook,
instagram,
instagram-standalone,
threads,
bluesky,
mastodon,
warpcast,
nostr,
vk,
youtube,
tiktok,
reddit,
lemmy,
discord,
slack,
telegram,
pinterest,
dribbble,
medium,
devto,
hashnode,
wordpress,
gmb,
listmonk
picture
string

Profile picture URL

disabled
boolean

Whether the integration is disabled

profile
string

Profile handle/username

customer
object