Save Item
saved-items
Save Item
Save a content node to the contact's list in this hub.
Idempotent: a re-save of an already-saved node returns 201 with the
original row (no recency bump, no duplicate SavedItemAdded event).
Body: {"data": {"type": "saved_items", "attributes": {"content_node_id": "..."}}}
Returns 201 with the saved_items resource (new or existing).
Returns 404 when the node is missing or inaccessible (no existence leak).
Returns 403 when the contact is not an active hub member.
POST
Save Item
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json
Top-level JSON:API request envelope for POST /saved-items.
JSON:API data envelope for POST body.