cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/templates/{template_id} \ --header 'x-api-key: <api-key>'
{ "createdAt": "2023-11-07T05:31:56Z", "description": "<string>", "isEditable": true, "isSystem": true, "name": "<string>", "pageTemplateId": "<string>", "sourcePageTemplateId": "<string>", "templateContent": "<string>", "updatedAt": "2023-11-07T05:31:56Z", "version": 123 }
Get a specific template by ID
API key authentication for the External Actor Gateway
template_id parameter
Successful operation
Was this page helpful?