Create Customer Session
Create a customer session.
For workspaces with member_model_enabled, this will automatically
create a member session for the owner member of the customer.
Scopes: customer_sessions:write
Documentation Index
Fetch the complete documentation index at: https://docs.rapidly.tech/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Create an Workspace Access Token in your workspace's settings page.
Body
- CustomerSessionCustomerIDCreate
- CustomerSessionCustomerExternalIDCreate
Create session using a customer ID.
ID of the customer to create a session for.
When set, a back button will be shown in the customer portal to return to this URL.
1 - 2083"https://example.com/account"
ID of the member to create a session for. Only applicable when member_model_enabled is True.
External ID of the member to create a session for. Only applicable when member_model_enabled is True.
Response
Customer session created.
An authenticated customer session with portal access.
Creation timestamp of the object.
Last modification timestamp of the object.
The ID of the object.
A customer in an workspace.