Skip to main content
POST
/
api
/
calls
/
upsert
cURL
curl --request POST \
  --url http://localhost:8080/api/calls/upsert \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --header 'X-API-SECRET: <api-key>' \
  --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

Body

application/json
{key}
object

Response

200 - */*

OK

The response is of type object.