curl --request GET \
--url https://api.example.com/api/templates[
{
"key": "<string>",
"title": "<string>",
"industry": "<string>",
"description": "<string>"
}
]Retrieves a list of all available templates with their summary information.
curl --request GET \
--url https://api.example.com/api/templates[
{
"key": "<string>",
"title": "<string>",
"industry": "<string>",
"description": "<string>"
}
]Was this page helpful?