API
Update a session
This endpoint allows you to update the session keys of a specific user and continue the previously started conversation. The webhook triggered by the user’s first response will provide the session_external_id needed for this request.
POST
Headers
Available options:
application/json
Path Parameters
External ID of the user's session. Obtained from the 'session_external_id' field in the response of the webhook triggered by the user's first interaction.
Body
application/json
Information about the session keys to be updated
The body is of type object
.
Response
200
application/json
Session successfully updated
The response is of type object
.