Template APIs

Get Template by ID

This API endpoint fetches a specific template by its unique ID.

get/templates/{template_id}

Path parameters

template_idstring required

The unique ID of the template to retrieve.

Response

OK

idstring
namestring
addedstring
updated_atstring

Changes