Skip to main content
GET
/
find-slot
/
{id}
Find next available slot
curl --request GET \
  --url https://api.postiz.com/public/v1/find-slot/{id} \
  --header 'Authorization: <api-key>'
{
  "date": "2025-01-15T10:00:00.000Z"
}

Authorizations

Authorization
string
header
required

Your Postiz API key

Path Parameters

id
string
required

Integration ID

Response

200 - application/json

Next available slot

date
string<date-time>