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:readoperationId
listChannelsThe 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
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| group | lekérdezés | string | no | Returns 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
- Authentication: API key and scopes.
- Errors and limits: error responses and rate limits.
- All endpoints: full list.
Is something missing from this page? Email [email protected] or use the form on the Help page.