organization_id
in the URL path.include_disabled
(boolean):true
, the response will include both enabled and disabled templates.false
, only enabled templates will be returned.curl --location --request GET '/v2/api/organization/1/api-tool-template'
{
"success": true,
"message": "API Tool Templates found successfully.",
"data": [
{
"id": 1,
"template_name": "Cerner Tool",
"is_enabled": true
}
]
}