Get webserver template
Show a webserver template from your account.
GET/api/webserver-templates/{id}
Get webserver template
This endpoint allows you to retrieve a specific webserver template by its ID.
Request
GET
/api/webserver-templates/{id}curl -X GET "https://ploi.io/api/webserver-templates/{id}" \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Response
{
"data": {
"id": 1,
"label": "Magento webserver",
"content": "...",
"created_at": "2020-10-26 10:03:51"
}
}