Skip to main content
POST
/
v1
/
tools
/
{tenant_id}
/
callback
/
{correlation_id}
Post Tool Response From The Async Tool
curl --request POST \
  --url https://{api_endpoint}/api/v1/tools/{tenant_id}/callback/{correlation_id} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

correlation_id
required
tenant_id
required

Body

application/json

The body is of type Data · object.

Response

Successful Response