PopApp Integration¶
Integrate the Unomed PopApp into your primary system. When Unomed detects it is running inside an iframe, it automatically switches to PopApp mode with a reduced interface focused on Chat and PACS.
What Unomed Provides¶
Contact info@unomed.ch to receive:
- OAuth2 credentials (
client_id) for authentication - Redirect URI configuration for your OAuth callback
- CSP allowlisting for your domain to embed the PopApp iframe
Quick Start¶
- Authenticate - Set up OAuth2 authentication
- Register Organization - One-time setup per customer
- Send Patient Data - Sync patient information
- Launch PopApp - Embed the iframe with patient context
Postman Collection¶
Download the Postman collection to test the API endpoints:
Sandbox Credentials¶
For testing in the sandbox environment:
| Variable | Value |
|---|---|
client_id |
trROXPCBiMcHCk2oflH7cWbJWbtA9ZdnRg1A9G2y |
redirect_uri |
https://oauth.pstmn.io/v1/callback |
Setup¶
- Open Postman and click Import
- Select the downloaded JSON file
Testing the Flow¶
- If you don't have an account, create one at app.unomed.ch
- Click the collection name and go to the Authorization tab
- Scroll down and click Get New Access Token
- Log in with your Unomed account in the browser window
- Click Use Token when it returns
- Test Organization and Patient endpoints