Deployment, compatibility routes and limitations
Implement server-side integration, understand visible versus advanced UI coverage and verify production behaviour.
Proplix Secure API Gateway
Open guide →GuideUse the recommended backend architecture
External browser talks to its own backend; backend holds master token, creates short client sessions and proxies authorised data.
Open guide →GuideCreate a test portal profile
Use a non-production profile, restricted IP and limited sections.
Open guide →GuideTest session creation
POST bearer + active contact_id and inspect expiry.
Open guide →GuideTest /me
Call with session token and confirm only allowed/owned sections.
Open guide →GuideTest client login
Use a controlled client account.
Open guide →GuideTest registration
Use a controlled email/company and review created CRM records.
Open guide →GuideTest forgotten password
Confirm expected email behaviour without account disclosure.
Open guide →GuideTest Service Journeys adapter
Use an owned journey with visible/non-visible data.
Open guide →GuideTest property/compliance endpoints
Use linked and unlinked properties and certificate visibility.
Open guide →GuideTest documents
Upload supported and unsupported files, then test authorised/unauthorised downloads.
Open guide →GuideTest revocation
Revoke profile and confirm subsequent calls fail.
Open guide →GuideUnderstand advanced v1 UI limitation
Controller/model capabilities exist but current manage.php does not render the source/key form.
Open guide →GuideUnderstand advanced v2 UI limitation
Controller/model capabilities exist but current manage.php does not render module-resource/profile forms.
Open guide →GuideUnderstand webhook limitation
The supplied gateway provides request/response APIs, not an outbound webhook administration system.
Open guide →GuideUnderstand token recovery limitation
One-time tokens cannot be recovered; create a replacement and revoke the old profile/key.
Open guide →GuideRun production verification
Validate TLS, IP whitelist, rate limit, permissions, ownership, logs, expiry, revocation, module adapters and file controls.
Open guide →