Available on Premium, Business, Enterprise plans.
Retrieve all the pending (not yet published) auto schedule posts.
API Key of the Primary Profile.
Format:
Authorization: Bearer API_KEY
Profile Key of a User Profile.
Format:
Profile-Key: PROFILE_KEY
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",
}