---
title: "Next free slot: GET /find-slot/:id | Posty dokumentáció"
description: "A következő szabad időpont a munkaterület ütemezése szerint."
canonical: https://posty.hu/en/docs/api/endpoints/szabad-idopont
source: https://posty.hu/en/docs/api/endpoints/szabad-idopont.md
---

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

| Name | Location | Type | Required | Description |
| --- | --- | --- | --- | --- |
| id | útvonal | string | no | The 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"
```

Kód másolása

## Response

Example response structure. The [OpenAPI document](https://posty.hu/openapi.json) contains the authoritative schema for each field.

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

Kód másolása

## Related

- [Authentication](https://posty.hu/en/docs/api/authentication): API key and scopes.
- [Errors and limits](https://posty.hu/en/docs/api/errors): error responses and rate limits.
- [All endpoints](https://posty.hu/en/docs/api/endpoints): full list.

Documentation pages

Is something missing from this page? Email [norbert@posty.hu](mailto:norbert@posty.hu) or use the form on the [Help](https://posty.hu/en/help) page.
