Portal URL
The customer portal is available at:What Customers Can See
Once authenticated, customers have access to:- File sharing sessions — A list of all their file sharing sessions, with details like status, file size, and download count.
- Downloads — Per-session download history.
- Payments — Payment records for paid file shares.
- Profile — View and update their customer profile.
- Real-time updates — The portal streams live updates via SSE, so new sessions and payments appear without refreshing.
Pre-Authenticated Session Links
You can create a pre-authenticated portal link from your backend so customers skip the email login flow. CallPOST /api/customer-sessions/ with the customer’s ID to receive a customer_portal_url you can redirect them to.
external_customer_id if you track customers by your own system’s IDs.
Session Options
When creating a session, you can optionally pass:return_url— Shows a back button in the portal that links to this URL.member_idorexternal_member_id— For workspaces with member model enabled, create a member-scoped session instead of a customer-level session.