curl --location --request GET 'https://cgv-prd-checklist-api.contele.io/list-forms-templates' \
--header 'x-api-key;'
{
"forms_templates": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"template_name": "string",
"template_status": "string",
"template_public": true,
"settings_flags": [
"is_required_to_answer",
"auto_send_copy",
"show_only_when_visit_has_all_categories_and_at_least_one_user"
],
"segments": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "section",
"title": "Título da seção"
}
],
"linked_urns": [
"v0:product:context:context_id"
],
"external_observation": "string"
}
]
}