item_type), and audit timestamps. Requires the manage client-settings permission.Authorization: Bearer ********************curl --location --globoff 'https://.daftara.com/api2/follow_up_actions/1.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"result": "successful",
"code": 200,
"data": {
"FollowUpAction": {
"id": 1,
"item_type": 1,
"name": "Follow-Up Call",
"entity_key": null,
"display_order": null,
"staff_id": 0,
"created": "2026-06-30 10:00:00",
"modified": "2026-06-30 10:00:00",
"deleted": 0,
"action_type": null
}
}
}