Skip to main content
Use the REST API to access all Membrane operations — connections, actions, events, data, and more.

Making API Requests

To make API requests, you need a Membrane Token. You can generate in your code or in [Console]. See Authentication for more details.
See API Reference for the full list of available API endpoints and their inputs/outputs.

OpenAPI Spec

The full OpenAPI specification is available at:

API Versioning

The API uses X.Y versioning. The major version changes when there are breaking changes, and the minor version changes with any updates. Include the API-Version header to pin a specific version:
See the Changelog for version history and changes.