Retrieve, Update, or Delete Checklist Item
Retrieves, updates, or deletes a specific checklist item.
Path parameters
id
Response
Checklist item details
id
uid
created_at
updated_at
deleted_at
user
The user this checklist item belongs to
title
The title of the checklist item
completed_at
When this item was completed
is_active
created_by
updated_by
deleted_by
description
Optional description of the checklist item
status
* `pending` - Pending
* `completed` - Completed
* `skipped` - Skipped
Allowed values:
order
The order in which this item should be displayed
is_required
Whether this item is required for onboarding completion
is_profile
Whether this item is for the profile page
action_url
Optional URL suffix for the action associated with this item
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error

