curl --request GET \
--url https://api.helloannie.com/v1/templates{
"success": true,
"data": {
"templates": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"version": 123,
"createdAt": "<string>",
"variables": [
{
"name": "<string>",
"type": "STRING",
"description": "<string>"
}
]
}
]
}
}List all workflow templates for the authenticated organization
curl --request GET \
--url https://api.helloannie.com/v1/templates{
"success": true,
"data": {
"templates": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"version": 123,
"createdAt": "<string>",
"variables": [
{
"name": "<string>",
"type": "STRING",
"description": "<string>"
}
]
}
]
}
}