Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://core-api.getaptly.com/api/templates/{id} \ --header 'x-token: <api-key>'
{ "data": { "_id": "<string>", "companyId": "<string>", "name": "<string>", "archived": true, "createdAt": "2023-11-07T05:31:56Z", "createdBy": "<string>", "updatedAt": "2023-11-07T05:31:56Z" } }
Returns a single template by its ID. The template must belong to the authenticated company.
Template ID.
Required for partner token auth.
Template record.
Show child attributes