Sign in

Get bridge

documented

Get details for a specific video bridge/meeting.

GET /rcvideo/v2/account/~/extension/~/bridges/{bridgeId}Videono 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://platform.ringcentral.com/rcvideo/v2/account/~/extension/~/bridges/{{$bridgeId}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"