curl --location --request GET '/api/v2/agents//tools/connected' \
--header 'Ocp-Apim-Subscription-Key;'
{
"success": true,
"message": "string",
"data": {
"connected_tools": [
{
"id": 0,
"name": "string",
"description": "string",
"org": 0,
"tool_type": "string",
"created_by": "string",
"is_enabled": true,
"is_default": true,
"connection": true
}
]
}
}
Ocp-Apim-Subscription-Key: ********************