Skip to main content

Previous Versions (Legacy)

Legacy surfaces

New integrations must use the v1 API Reference and v1 Webhooks.

The pages under Previous Versions document older API generations that remain available for existing callers. They are frozen: new features ship only on v1. Prefer the Migration Guide: v0 → v1 if you are upgrading.

SurfaceBase URLStatus
API v0 Overviewhttps://api.ro.am/v0Frozen Alpha — supported, no new features
Webhooks v0 Overviewhttps://api.ro.am/v0Frozen Alpha — some events (e.g. recording:saved) have no v1 successor yet

A few v1 routes remain registered only for existing callers and are labeled (Legacy) in the API Reference sidebar next to their modern replacements:

Legacy routePrefer instead
chat.sendMessagechat.post
groups.listgroup.list
recording.listmeeting.list / meeting.info

What to use instead

You need…Use (v1)
Chat, groups, users, meetingsAPI Referencehttps://api.ro.am/v1
Real-time eventsWebhookschat.message, meeting.ended, …
User provisioningSCIM 2.0
On-Air eventsOn-Air API
Version pin / envelope changesAPI Versioning

v0 routes continue to work for existing integrations. Do not start new work against them unless a migration note explicitly requires it (for example raw recording media download via recording.list).