Sign in

List articles by topic

documented

Retrieve articles under a specific topic

GET /topics/{slug}/articlesArticlesno implementation yet0 runs
No 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://{{$brand}}.reamaze.io/api/v1/topics/{{$slug}}/articles" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Basic {{REAMAZE_SECRET}}"