Create Session
POST/sessions/
Creates a new session between an agent and customer.
The session will be initialized with the specified agent and optional customer. If no customer_id is provided, a guest customer will be created.
Request
Responses
- 201
- 422
Session successfully created. Returns the complete session object.
Validation error in request parameters