GET
/
templates
/
managed
List managed templates
curl --request GET \
  --url https://api.gputrader.io/v1/templates/managed \
  --header 'X-API-Key: <api-key>'
[
  {
    "name": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "version": 123,
    "description": "<string>",
    "managedTemplateId": "<string>",
    "content": "<string>",
    "updatedAt": "2023-11-07T05:31:56Z",
    "logo": "<string>",
    "link": "<string>",
    "environmentVariables": [
      "<any>"
    ],
    "isBasicAuthEnabled": true,
    "isSSHEnabled": true,
    "insecure": true
  }
]

Authorizations

X-API-Key
string
header
required

Response

Successfully retrieved managed templates

name
string

Name of the template

createdAt
string<date-time>

Creation timestamp of the template

version
number

Version number of the template

description
string

Description of the template

managedTemplateId
string

Unique identifier for the managed template

content
string

Template content

updatedAt
string<date-time>

Last update timestamp of the template

URL or identifier for the template logo

Related link for the template

environmentVariables
any[]

Array of environment variable arrays

isBasicAuthEnabled
boolean

Indicates if basic authentication is enabled

isSSHEnabled
boolean

Indicates if SSH is enabled

insecure
boolean

Indicates if the template has insecure settings