Channels

Next free slot: GET /find-slot/:id

A következő szabad időpont a munkaterület ütemezése szerint.

Path

Method and path
GEThttps://api.posty.hu/public/v1/find-slot/:id
Authorization
posts:read
operationId
findNextSlot

The next time that fits the workspace's posting schedule, optionally for a given channel. It takes into account both the per-channel time templates and the posts already scheduled.

Parameters

NameLocationTypeRequiredDescription
idútvonalstringnoThe channel ID. If omitted, it looks for a slot across the whole workspace.

Request

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

Response

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

{ "date": "2026-09-16T08:00:00.000Z" }

Related

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