---
title: "Next free slot: GET /find-slot/:id | Posty Docs"
description: "The next free time slot according to the workspace's schedule."
canonical: https://posty.hu/en/docs/api/endpoints/next-free-slot
source: https://posty.hu/en/docs/api/endpoints/next-free-slot.md
---

Channels

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

The next free time slot according to the workspace's schedule.

## 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 | path | 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_your_key"
```

Copy Code

## 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" }
```

Copy Code

## 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.
