Schedules
List Scheduled Items
Returns the creator's unified scheduled-items feed — posts, chats (DMs and mass messages), and streams that are queued for a future publish time, all in one list. This is the data the OnlyFans webapp's Schedule tab paints onto its calendar, scoped to a date window. Different from [List Mass Message Queue](/api-reference/mass-messages/queue), which only returns mass-message queue items — /schedules is the cross-type calendar view. Requires permission api_schedules_list.
https://public-api.buffmetrics.comAuthorization
defaultAuthorizationBearer <token>Send your FansMetric API key as a Bearer token in the Authorization header.
In: header
Path Parameters
account_id*integerOnlyFans numeric account ID.
Query Parameters
start_datestringEarliest publish date (inclusive).
YYYY-MM-DD. Defaults to today (UTC).end_datestringLatest publish date (inclusive).
YYYY-MM-DD. Defaults tostart_date.timezonestringIANA timezone used to bucket items into days (e.g.
Europe/Prague,Asia/Kolkata). DefaultUTC.typestringFilter to one or more item types:
chat,post,stream. Either repeat the param (type=chat&type=post) or pass a comma-separated list (type=chat,post).limitintegerPage size. Default 20. Min 1, max 100.
offsetintegerRows to skip. Default 0.
curl --request GET "https://public-api.buffmetrics.com/v1/acct_XXXXX/schedules?start_date=sample_start_date&end_date=sample_end_date&timezone=sample_timezone" \
--header "Authorization: Bearer YOUR_API_KEY"Response
200