curl --request GET \
--url http://localhost:8080/api/calls/{callId}/exists \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>'{
"message": "<string>",
"status": "<string>",
"error": "<string>",
"data": {}
}Checks whether a call exists by ID (current behavior).
curl --request GET \
--url http://localhost:8080/api/calls/{callId}/exists \
--header 'X-API-KEY: <api-key>' \
--header 'X-API-SECRET: <api-key>'{
"message": "<string>",
"status": "<string>",
"error": "<string>",
"data": {}
}API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication