cURL
curl --request GET \ --url https://api.example.com/checklist-templates/:id
{ "data": null }
Fetch a checklist template by id.
OK