Skip to main content
POST
/
v1
/
tools
/
{tenant_id}
/
callback
/
{original_correlation_id}
/
correlation_objects
Search For Sub Correlation Object And Create If It Does Not Exists
curl --request POST \
  --url https://{api_endpoint}/v1/tools/{tenant_id}/callback/{original_correlation_id}/correlation_objects \
  --header 'Content-Type: application/json' \
  --data '
{
  "tenant_id": "<string>",
  "flowinstance_id": "<string>",
  "agent_id": "<string>",
  "user_id": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

tenant_id
required
original_correlation_id
string<uuid>
required

Body

application/json
tenant_id
string | null
flowinstance_id
string | null
agent_id
string | null
user_id
string | null

Response

Successful Response