Agent API
Complete a session
Marks a session as completed and updates its state to idle. Authorization required.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Session details for completion.
Unique identifier for the session to complete.
Response
200
application/json
Session completed successfully.
The response is of type object
.