customer-sessions
public
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
post/v1/customer-sessions/
Request body
Example request
{
"return_url": "https://example.com/account"
}Response
Customer session created.
Changes
Changed in 1 of the 11 revisions of this API.2
- ○
added the required property
customer/oneOf[subschema #1: CustomerIndividual]/first_user_event_atto the response with the201statusresponse-required-property-added
- ○
added the required property
customer/oneOf[subschema #2: CustomerTeam]/first_user_event_atto the response with the201statusresponse-required-property-added
- ○