{ "documentationUrl": "https://docs.airbyte.com/integrations/sources/zenloop", "connectionSpecification": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "Zenloop Spec", "type": "object", "required": ["api_token"], "properties": { "api_token": { "type": "string", "description": "Zenloop API Token. You can get the API token in settings page here ", "airbyte_secret": true }, "date_from": { "type": "string", "description": "Zenloop date_from. Format: 2021-10-24T03:30:30Z or 2021-10-24. Leave empty if only data from current data should be synced", "examples": ["2021-10-24T03:30:30Z"] }, "survey_id": { "type": "string", "description": "Zenloop Survey ID. Can be found here. Leave empty to pull answers from all surveys", "airbyte_secret": true }, "survey_group_id": { "type": "string", "description": "Zenloop Survey Group ID. Can be found by pulling All Survey Groups via SurveyGroups stream. Leave empty to pull answers from all survey groups", "airbyte_secret": true } } } }