POST
/
tools
/
{tenant_id}
/
callback
/
{correlation_id}
curl --request POST \
  --url http://localhost/api/v1/tools/{tenant_id}/callback/{correlation_id} \
  --header 'Content-Type: application/json' \
  --data '{}'
"<any>"

Path Parameters

correlation_id
required
tenant_id
required

Body

application/json · Data · object

Response

200
application/json

Successful Response

The response is of type any.