Skip to main content
GET
/
api
/
calls
/
statistics
cURL
curl --request GET \
  --url http://localhost:8080/api/calls/statistics \
  --header 'X-API-KEY: <api-key>' \
  --header 'X-API-SECRET: <api-key>'
{
  "message": "<string>",
  "status": "<string>",
  "error": "<string>",
  "data": {}
}

Authorizations

X-API-KEY
string
header
required

API Key for MCP server and external service authentication

X-API-SECRET
string
header
required

API Secret for MCP server and external service authentication

Response

200 - */*

OK

message
string
status
string
error
string
data
object