PeekPanda docs
List saved organic content
List saved organic corpus ids for the authenticated caller.
Download Markdown ↓GET/v1/organic/savedAuth
Bearer API credential or OAuth access tokenScope context:readMCP list_saved_organic_contentRequest
Returns saved ids, not full post cards. Follow nextCursor with the same limit.
curl --get 'https://api.peekpanda.com/v1/organic/saved' \
--header "Authorization: Bearer $PEEKPANDA_TOKEN" \
--header 'x-genviral-tenancy: personal'Response
bookmarkedIds are actor-owned organic corpus ids. nextCursor is null on the last page.
{
"bookmarkedIds": [
"organic-post-example"
],
"nextCursor": null,
"hasMore": false
}
Parameters
NameInTypeRequiredDescription
cursorqueryopaque string, 1–512NoCursor returned by the previous page.limitqueryinteger, 1–1000NoPage size; defaults to 1000.Known errors
400invalid_request for an invalid filter, identity or limit.401authentication_required for a missing or invalid credential.402subscription_required when access is not entitled.403authorization_required for a missing scope or unavailable preview access.404not_found when the record is outside the accessible catalogue.429rate_limited; honor Retry-After when present.Source
Actor-owned bookmarks on copied public organic corpus IDs. The post identity is the original source ID.
Refresh
Save and remove update account bookmark state only. They do not refresh or recopy the organic corpus.