curl --request GET \
--url https://api.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>"
}
]
Retrieve all custom templates
curl --request GET \
--url https://api.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>"
}
]
Successfully retrieved templates
The response is of type object[]
.