View a customer’s portal from the dashboard
- Go to Customers and click the customer’s row.
- Click the kebab menu (⋮) next to the Edit button and select View Customer Portal.
Generate a portal session link via API
- Get your API key to authenticate the request.
- Send a
POSTrequest tohttps://api.zenskar.com/customer/sessionwith your organization ID in theorganisationheader, your API key in theX-API-KEYheader, and a JSON body containing the customer’s ID, areturn_url, and an optionalidle_timeoutin seconds.
- Use the
redirect_urlfrom the response to send the customer directly to their portal session.
Reference
See the full session API parameter reference.