Integrate directly with Relvios using our standard REST API. Authenticate using Workspace API keys and interact with your unified inbox programmatically.
All API requests require a Workspace API key. You can generate these from the API settings page in your dashboard. Pass the key via the Authorization header:
All API endpoints are prefixed with the following base URL:
List all inbox threads for your workspace. You can filter by source, status, priority, or search query.
status (new, open, resolved, archived)source (gmail, outlook, email, slack, discord, whatsapp, instagram, messenger, telegram, webhook)priority (low, medium, high)Retrieve a single thread with its entire message history and internal notes.
Send a direct outbound reply to a thread.
Fetch new messages across all threads since a specific date/time. Useful for polling and listening for incoming messages.
List all workspaces (ID and name) where the authenticated user is an admin or owner. Note: This endpoint does not use the inbox base URL.