PeekPanda docs
Save organic content
Save one organic corpus post to the authenticated caller account bookmarks.
Download Markdown ↓POST/v1/organic/{postId}/savedAuth
Bearer API credential or OAuth access tokenScope content:writeMCP save_organic_contentRequest
The command has no request body. Repeating it is naturally idempotent.
curl --request POST 'https://api.peekpanda.com/v1/organic/organic-post-example/saved' \
--header "Authorization: Bearer $PEEKPANDA_TOKEN" \
--header 'x-genviral-tenancy: personal'Response
Returns Bookmark added, or Already bookmarked when the id is already saved.
{
"message": "Bookmark added"
}
Parameters
NameInTypeRequiredDescription
postIdpathstring, 1–300YesOrganic corpus post id.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.409conflict when the write would duplicate an exclusive row.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.