Skip to content

Commit 826846e

Browse files
committed
feat: get next available slot for a channel
1 parent d32be71 commit 826846e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

pages/public-api.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,29 @@ Response:
6868

6969
<br />
7070

71+
### Get the next available slot for a channel
72+
73+
```http
74+
GET https://api.postiz.com/public/v1/find-slot/:id
75+
```
76+
77+
Payload:
78+
`id` - Channel ID
79+
80+
Response:
81+
82+
```json
83+
[
84+
{
85+
"date": "2025-01-01T10:00:00.000Z"
86+
}
87+
]
88+
```
89+
90+
---
91+
92+
<br />
93+
7194
### Upload a new file (from-data)
7295

7396
```http

0 commit comments

Comments
 (0)