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