Create Session
POST/api/sessions
Create a new session between a user and an agent.
The session will be associated with the provided agent and optionally with a user. If no user is provided, a guest user will be created.
Request
Responses
- 201
- 400
- 422
Session created successfully, Returns the created session along with its generated ID.
Invalid request parameters, such as missing agent ID or invalid session ID format.
Validation error in request parameters