Sign in

Get Channel Info

documented

Retrieve channel details.

GET /api/v1/channels.infoRoomsno 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://{{$host}}/api/v1/channels.info?roomId={{$roomId}}&roomName={{$roomName}}" \
  -X GET \
  -H "X-Auth-Token: {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-User-Id: {{ROCKET_USER_ID}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"