Proplix Secure API Gateway · Version 1.0.0

Deployment, compatibility routes and limitations

Implement server-side integration, understand visible versus advanced UI coverage and verify production behaviour.

16 code-backed guidesExact navigationInterlinked workflows

Guides in this workflow

Follow the guide that matches the exact action, filter, menu change or issue.

Use the recommended backend architecture

External browser talks to its own backend; backend holds master token, creates short client sessions and proxies authorised data.

Administrator and external backend developer

Create a test portal profile

Use a non-production profile, restricted IP and limited sections.

Administrator and external backend developer

Test session creation

POST bearer + active contact_id and inspect expiry.

Administrator and external backend developer

Test /me

Call with session token and confirm only allowed/owned sections.

Administrator and external backend developer

Test client login

Use a controlled client account.

Administrator and external backend developer

Test registration

Use a controlled email/company and review created CRM records.

Administrator and external backend developer

Test forgotten password

Confirm expected email behaviour without account disclosure.

Administrator and external backend developer

Test Service Journeys adapter

Use an owned journey with visible/non-visible data.

Administrator and external backend developer

Test property/compliance endpoints

Use linked and unlinked properties and certificate visibility.

Administrator and external backend developer

Test documents

Upload supported and unsupported files, then test authorised/unauthorised downloads.

Administrator and external backend developer

Test revocation

Revoke profile and confirm subsequent calls fail.

Administrator and external backend developer

Understand advanced v1 UI limitation

Controller/model capabilities exist but current manage.php does not render the source/key form.

Administrator and external backend developer

Understand advanced v2 UI limitation

Controller/model capabilities exist but current manage.php does not render module-resource/profile forms.

Administrator and external backend developer

Understand webhook limitation

The supplied gateway provides request/response APIs, not an outbound webhook administration system.

Administrator and external backend developer

Understand token recovery limitation

One-time tokens cannot be recovered; create a replacement and revoke the old profile/key.

Administrator and external backend developer

Run production verification

Validate TLS, IP whitelist, rate limit, permissions, ownership, logs, expiry, revocation, module adapters and file controls.

Administrator and external backend developer