Get Banners
documentedGet banners available to the authenticated user.
GET /api/v1/bannersNotificationsno 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://{{$rocket_host}}/api/v1/banners?platform={{$platform}}" \
-X GET \
-H "X-Auth-Token: {{$OAUTH2_ACCESS_TOKEN}}" \
-H "X-User-Id: {{$ROCKET_USER_ID}}" \
-H "Accept: application/json"