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 -g --request GET 'https:///v2/api/organization/1/api-tool-template' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "API Tool Templates found successfully.",
"data": [
{
"id": 1,
"template_name": "Cerner Tool",
"is_enabled": true
}
]
}