XreplyAIDevelopers
API ReferencePublishing

Get the next open posting slot

Requires scope: `posts:read`. Returns the earliest open schedule slot for the post's (or supplied) accounts.

GET
/posts/{post_id}/publishes/next_slot
AuthorizationBearer <token>

A personal API key created in the dashboard (Starter, Pro, and Team plans).

In: header

Path Parameters

post_id*integer

Query Parameters

social_account_id?integer
social_account_ids?array<integer>

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/posts/0/publishes/next_slot"
{  "scheduled_at": "2026-07-14T15:00:00Z"}