curl --request GET \
--url https://api.getcargo.io/v1/orchestration/templates/list \
--header 'Authorization: Bearer <token>'{
"templates": [
"<unknown>"
]
}List all orchestration templates
curl --request GET \
--url https://api.getcargo.io/v1/orchestration/templates/list \
--header 'Authorization: Bearer <token>'{
"templates": [
"<unknown>"
]
}Was this page helpful?