https://github.com/clientio/appmixer-demo-embedded-integrations
https://github.com/clientio/appmixer-demo-embedded-integrations
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clientio/appmixer-demo-embedded-integrations
- Owner: clientIO
- Created: 2024-02-08T16:06:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T15:10:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T15:22:16.783Z (about 1 year ago)
- Language: JavaScript
- Size: 204 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Appmixer Embedded Integrations Demo
Try live at:
```
https://demo-integrations.appmixer.com?apiUrl=https://api.YOUR_TENANT.appmixer.com&studioUrl=https://my.YOUR_TENANT.appmixer.com
```
The following query parameters are supported:
| Query Parameter | Required | Description | Example |
| ------------- | ------------- | -------- | -------- |
| `apiUrl` | ✅ | The Appmixer Tenant API URL that you were assigned at sign-up. | `https://api.YOUR_TENANT.appmixer.com` |
| `studioUrl` | ✅ | The Appmixer Tenant Studio URL that you were assigned at sign-up. | `https://my.YOUR_TENANT.appmixer.com` |
| `username` | | An Appmixer Virtual User Username. If not defined, a virtual user with a the following username will be created `embed-demo-1234@appmixer-embed-integrations.com` (for demo purposes). | `my-virtual-user123@myapp.com` |
| `token` | | An Appmixer Virtual User Token. | `d17e3798-d754-4397-aff2-f06e71c5ae57` |
| `domainFilter` | | If specified, only integrations pubslihed to this specific domain will be displayed. Otherwise, integrations published to all users will be displayed. | `myapp.com` |
