POST
/
v1
/
session
/
agent
/
complete-session
curl --request POST \
  --url https://api.agentreach.ai/v1/session/agent/complete-session \
  --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 completion.

The body is of type object.

Response

200
application/json

Session completed successfully.

The response is of type object.