Skip to content
Live demo

POST /articles/favorite

Mark or unmark articles as favourites. Accepts up to 100 ids.

POST/articles/favorite
Runs against the demo workspace
ParameterTypeRequiredDescription
article_idsarrayyesArticle ids from search_articles, e.g. [“art_abc123”].
statebooleanyes
StatusMeaning
200Set favorite
400Invalid or missing parameters.
401Missing or invalid API key.
403The key lacks the “articles:write” scope.
429Rate limit exceeded. See Retry-After.

Requires the articles:write scope.