GET
/templates
List Templates
Compatibility endpoint to list templates data.
Compatibility endpoint to list templates data.
curl -X GET "http://localhost:8080/v1/templates" \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json" \
-d '{}'
{
"object": "list",
"data": []
}
{}