https://github.com/clientio/appmixer-demo-embedded-designer
https://github.com/clientio/appmixer-demo-embedded-designer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/clientio/appmixer-demo-embedded-designer
- Owner: clientIO
- Created: 2024-02-28T13:22:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T13:30:37.000Z (over 2 years ago)
- Last Synced: 2025-01-13T15:22:15.368Z (over 1 year ago)
- Language: JavaScript
- Size: 303 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Appmixer Embedded Designer Demo
Try live at:
```
https://demo-designer.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` |

