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

Authorizations

X-API-Key
string
header
required

Response

200
application/json

Successfully retrieved templates

The response is of type object[].