Call Endpoints
Stop Call
Stops a call for a given conversation and agent.
POST
Stops a call for a given conversation and agent.
Note that this can fail either from the user not matching an active Reddy user or from failing the lookup of the conversation. Conversations are unique by the user and conversation ID together.
Request Body
The unique identifier for the conversation
The email address of the agent handling the call
Additional metadata to associate with the call
Response
Indicates if the call was successfully stopped
Error Responses
Error message when the user does not exist or conversation is not found