GET/v1/lead/infoid_region (required, integer)k_business (required, string or integer)Authorization: Bearer {{TOKEN}} or equivalent) is present at the collection/folder/request level, as configured in this workspace.a_field_list: Array of field definitions for the lead form.text_field: Display name/label (e.g., "First name", "Last name", "Email", "Cell phone").k_field: Internal field key.is_require: Boolean indicating whether the field is required.id_field_general, id_field_type, and a_data with additional metadata.a_skin: Object describing UI/skin configuration for the form, including:can_use_free_purchase: Boolean indicating whether free purchase options are allowed.url_captcha: URL for captcha integration (if used).status: Overall status string (e.g., "ok" on success).s_version: Version identifier for this configuration payload.__a_message: Internal list of field-related system identifiers.a_field_list to drive which inputs are rendered, and which are required, on the lead capture UI.a_skin to apply the server-defined styling so the form matches the configured theme.curl --location -g --request GET '/v1/lead/info?id_region={{id_region}}&k_business={{k_business}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}