List posts
documentedRetrieve a paginated list of posts with optional sorting.
GET /postsPostsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://blogin.co/api/rest/posts?query={{$query}}&page={{$page}}&limit={{$limit}}" \\\n -X GET \\\n -H "Accept: application/json" \\\n -H "Authorization: Bearer {{BLOGIN_API_KEY}}"