Provides API endpoint related to customer sessions
Summary
Functions
Create Customer Session
Functions
@spec customer_sessions_create( body :: Polarex.CustomerSessionCustomerExternalIDCreate.t() | Polarex.CustomerSessionCustomerIDCreate.t(), opts :: keyword() ) :: {:ok, Polarex.CustomerSession.t()} | {:error, Polarex.HTTPValidationError.t()}
Create Customer Session
Create a customer session.
For organizations with member_model_enabled, this will automatically
create a member session for the owner member of the customer.
Scopes: customer_sessions:write
Request Body
Content Types: application/json