Documentation · Integration Guides

Custom Portal Integration

Build a bespoke portal against the REST and webhook contract.

Example
Purpose
Give in-house teams a clear path with no platform-specific assumptions.
Prerequisites
  • Server-side backend
  • Secret storage
Architecture
Portal backend is the integration layer; the browser never touches Integration Lab credentials.

Configuration

PatternBackend-for-frontend

Implementation steps

  1. 01Authenticate
  2. 02Upsert
  3. 03Assign
  4. 04Launch
  5. 05Consume events
  6. 06Display outcomes

Testing procedure

  • Run the Developer Sandbox scenario against your own backend

Troubleshooting

Token exposed in browser

Move the call server-side; treat this as a release blocker.