ApiOrganizer Templates
Get template
Returns template details.
Authorization
Bearer AuthorizationBearer <token>
Enter your bearer token from the Pylon Auth API.
In: header
Path Parameters
templateId*string
Format
uuidResponse Body
application/json
application/problem+json
curl -X GET "https://loading/api/organizer/v1/sites/templates/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": null,
"thumbnailUrl": null,
"category": "string",
"isSystemTemplate": true,
"createdAt": "2019-08-24T14:15:22Z"
}{
"code": "string",
"message": "string"
}