GET
/
v1
/
templates
get templates list
curl --request GET \
  --url https://console.gmicloud.com/api/v1/templates
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "official": true,
    "orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "credential": {
      "secret": "",
      "username": ""
    },
    "description": "",
    "name": "<string>",
    "path": "<string>",
    "status": "published"
  }
]

Response

successful

The response is of type object[].