Skip to main content
GET
/
auto-schedule
/
pending
curl \
-H "Authorization: Bearer API_KEY" \
-X GET https://api.ayrshare.com/api/auto-schedule/pending
{
    status: "success",
    message: "Auto schedule set.",
    title: "Schedule title",
}

Documentation Index

Fetch the complete documentation index at: https://www.ayrshare.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Retrieve all the pending (not yet published) auto schedule posts.

Header Parameters

curl \
-H "Authorization: Bearer API_KEY" \
-X GET https://api.ayrshare.com/api/auto-schedule/pending
{
    status: "success",
    message: "Auto schedule set.",
    title: "Schedule title",
}