POST
/
v1
/
session
/
client
/
output-shown-to-human
curl --request POST \
  --url https://api.agentreach.ai/v1/session/client/output-shown-to-human \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "sessionId": "<string>"
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Session details for marking output as shown.
sessionId
string
required

Unique identifier for the session.

Response

200
application/json
Output marked as shown successfully.

The response is of type object.