Sign in

Get Banner by ID

documented

Retrieve a banner by its ID.

GET /api/v1/banners/{id}Notificationsno 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://rocket.chat/api/v1/banners/{{$id}}" \ 
  -X GET \ 
  -H "Accept: application/json" \ 
  -H "X-Auth-Token: {{OAUTH2_ACCESS_TOKEN}}" \ 
  -H "X-User-Id: {{$user_id}}"