Channels

List channels: GET /integrations

A bekötött csatornák: azonosító, név, @handle, platform, és hogy tud-e most posztolni.

Path

Method and path
GEThttps://api.posty.hu/public/v1/integrations
Authorization
channels:read
operationId
listChannels

The workspace's connected channels: ID, name, @handle, platform, profile picture, and whether the channel can post right now.

Every other call asks for the ID you get back by this name: `integration.id`.

Parameters

NameLocationTypeRequiredDescription
grouplekérdezésstringnoReturns only the channels of one client group. The group ID comes from the /groups endpoint.

Request

curl https://api.posty.hu/public/v1/integrations \
  -H "Authorization: psty_a_kulcsod"

Response

Example response structure. The OpenAPI document contains the authoritative schema for each field.

[
  {
    "id": "clx1a2b3c4d5e6f7g8h9",
    "name": "Posty",
    "identifier": "x",
    "picture": "https://.../avatar.png",
    "disabled": false,
    "profile": "posty_hu",
    "customer": null
  }
]

Important

  • If the key is limited to a channel, the list arrives filtered, not as a 403: a calendar sync must not stop because the workspace gained a new channel.

Related

Is something missing from this page? Email [email protected] or use the form on the Help page.