Welcome to SignalWire’s REST API. Our REST API is a set of endpoints that make interacting with SignalWire, simple and familiar.
The REST API is structured like most other REST APIs: we use predictable and clear resource-oriented URLs that utilize built-in HTTP features like authentication, verbs, and error codes. This enables you to easily use any HTTP client in any language to make requests.
Proper HTTP status codes and JSON are returned in all REST API endpoints, including errors.
Be sure to subscribe to the SignalWire Community for information on new features and changes to the API and language libraries.
Rooms
- List Rooms
- Create a Room
- Find a Room by its unique name
- Find a Room by ID
- Update a Room
- Delete a Room
Permissions
Sessions
- List Room Sessions
- Find a Room Session by ID
- List a Room Session’s Recordings
- List a Room Session’s Members
Tokens
Recordings
Conferences
- List Video Conferences
- Create a Video Conference
- Find a Video Conference by ID
- Update a Video Conference
- Delete a Video Conference