{
	"info": {
		"_postman_id": "340ff45d-8cb6-46ca-8eec-03e3d9dfa2e8",
		"name": "Fivetran REST API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "30711799"
	},
	"item": [
		{
			"name": "Public Endpoints",
			"item": [
				{
					"name": "Retrieve source metadata public endpoint",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/public/connector-types",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"public",
								"connector-types"
							]
						},
						"description": "Returns all available source types. This endpoint provides metadata including the proper source name (‘Facebook Ads’ instead of facebook_ads), the source icon, feature tables, information about the Hybrid deployment support, information about the Authorization via API support, and links to Fivetran resources. As we update source names and icons, that metadata will automatically update within this endpoint."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/public/connector-types",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"public",
										"connector-types"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"type\": \"Sales\",\n    \"description\": \"<string>\",\n    \"icons\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"config\": {},\n    \"auth\": {},\n    \"service_status_updated_at\": \"<dateTime>\",\n    \"supported_features\": [\n      {\n        \"id\": \"AUTHORIZATION_VIA_API\",\n        \"notes\": \"<string>\"\n      },\n      {\n        \"id\": \"CUSTOM_DATA\",\n        \"notes\": \"<string>\"\n      }\n    ],\n    \"link_to_docs\": \"<string>\",\n    \"connector_class\": \"standard\",\n    \"link_to_erd\": \"<string>\",\n    \"service_status\": \"general_availability\",\n    \"icon_url\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				}
			]
		},
		{
			"name": "Account Management",
			"item": [
				{
					"name": "Get account info from API key",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/account/info",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"account",
								"info"
							]
						},
						"description": "Returns information about current account from API key."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/account/info",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"account",
										"info"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"account_id\": \"<string>\",\n    \"system_key_id\": \"<string>\",\n    \"account_name\": \"<string>\",\n    \"user_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Invalid authorization credentials",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/account/info",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"account",
										"info"
									]
								}
							},
							"status": "Unauthorized",
							"code": 401,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "Certificate Management",
			"item": [
				{
					"name": "Approve a fingerprint for the destination",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"hash\": \"<string>\",\n  \"public_key\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/destinations/:destinationId/fingerprints",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"destinations",
								":destinationId",
								"fingerprints"
							],
							"variable": [
								{
									"key": "destinationId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the destination within the Fivetran system."
								}
							]
						},
						"description": "Approves a fingerprint, enabling Fivetran to trust it for a destination database and establish connections via an SSH tunnel."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"hash\": \"<string>\",\n  \"public_key\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/fingerprints",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"fingerprints"
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"hash\": \"<string>\",\n    \"public_key\": \"<string>\",\n    \"validated_by\": \"<string>\",\n    \"validated_date\": \"<dateTime>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Missing `hash` or `public_key` fields in request payload",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"hash\": \"<string>\",\n  \"public_key\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/fingerprints",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"fingerprints"
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						},
						{
							"name": "Destination not found",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"hash\": \"<string>\",\n  \"public_key\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/fingerprints",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"fingerprints"
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Approve a fingerprint for the connection",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"hash\": \"<string>\",\n  \"public_key\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/fingerprints",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"fingerprints"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system."
								}
							]
						},
						"description": "Approves a fingerprint, enabling Fivetran to trust it for a source database and establish connections via an SSH tunnel."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"hash\": \"<string>\",\n  \"public_key\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/fingerprints",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"fingerprints"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"hash\": \"<string>\",\n    \"public_key\": \"<string>\",\n    \"validated_by\": \"<string>\",\n    \"validated_date\": \"<dateTime>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Missing `hash` or `public_key` fields in request payload",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"hash\": \"<string>\",\n  \"public_key\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/fingerprints",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"fingerprints"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						},
						{
							"name": "Connection not found",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"hash\": \"<string>\",\n  \"public_key\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/fingerprints",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"fingerprints"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Approve a certificate for the destination",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"encoded_cert\": \"<string>\",\n  \"hash\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/destinations/:destinationId/certificates",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"destinations",
								":destinationId",
								"certificates"
							],
							"variable": [
								{
									"key": "destinationId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the destination within the Fivetran system."
								}
							]
						},
						"description": "Approves a certificate, so Fivetran trusts this certificate for a destination database connection."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"encoded_cert\": \"<string>\",\n  \"hash\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/certificates",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"certificates"
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"hash\": \"<string>\",\n    \"name\": \"<string>\",\n    \"public_key\": \"<string>\",\n    \"sha1\": \"<string>\",\n    \"sha256\": \"<string>\",\n    \"type\": \"<string>\",\n    \"validated_by\": \"<string>\",\n    \"validated_date\": \"<dateTime>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Missing `hash` or `encoded_cert` fields in request payload",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"encoded_cert\": \"<string>\",\n  \"hash\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/certificates",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"certificates"
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						},
						{
							"name": "Destination not found",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"encoded_cert\": \"<string>\",\n  \"hash\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/certificates",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"certificates"
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Approve a certificate for the connection",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"encoded_cert\": \"<string>\",\n  \"hash\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/certificates",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"certificates"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system."
								}
							]
						},
						"description": "Approves a certificate, so Fivetran trusts this certificate for a source database connection. The destination setup tests will fail if a non-approved certificate is provided.\n\n> NOTE: This is only required for destinations based on the following databases: \n>  - [MySQL](https://fivetran.com/docs/destinations/mysql#supportedimplementations)\n>  - [PostgreSQL](https://fivetran.com/docs/destinations/postgresql#supportedimplementations)\n> - [SQLServer](https://fivetran.com/docs/destinations/sql-server#supportedimplementations)\n"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"encoded_cert\": \"<string>\",\n  \"hash\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/certificates",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"certificates"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"hash\": \"<string>\",\n    \"name\": \"<string>\",\n    \"public_key\": \"<string>\",\n    \"sha1\": \"<string>\",\n    \"sha256\": \"<string>\",\n    \"type\": \"<string>\",\n    \"validated_by\": \"<string>\",\n    \"validated_date\": \"<dateTime>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Missing `hash` or `encoded_cert` fields in request payload",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"encoded_cert\": \"<string>\",\n  \"hash\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/certificates",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"certificates"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						},
						{
							"name": "Connection not found",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"encoded_cert\": \"<string>\",\n  \"hash\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/certificates",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"certificates"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Get destination approved fingerprints",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/destinations/:destinationId/fingerprints?cursor=<string>&limit=<integer>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"destinations",
								":destinationId",
								"fingerprints"
							],
							"query": [
								{
									"key": "cursor",
									"value": "<string>",
									"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
								},
								{
									"key": "limit",
									"value": "<integer>",
									"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
								}
							],
							"variable": [
								{
									"key": "destinationId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the destination within the Fivetran system."
								}
							]
						},
						"description": "Returns the list of approved SSH fingerprints for specified destination"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/fingerprints?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"fingerprints"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"hash\": \"<string>\",\n        \"public_key\": \"<string>\",\n        \"validated_by\": \"<string>\",\n        \"validated_date\": \"<dateTime>\"\n      },\n      {\n        \"hash\": \"<string>\",\n        \"public_key\": \"<string>\",\n        \"validated_by\": \"<string>\",\n        \"validated_date\": \"<dateTime>\"\n      }\n    ],\n    \"next_cursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Destination not found",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/fingerprints?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"fingerprints"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Get approved fingerprints for connection",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/fingerprints?cursor=<string>&limit=<integer>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"fingerprints"
							],
							"query": [
								{
									"key": "cursor",
									"value": "<string>",
									"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
								},
								{
									"key": "limit",
									"value": "<integer>",
									"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
								}
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system."
								}
							]
						},
						"description": "Returns the list of approved SSH fingerprints for specified connection"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/fingerprints?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"fingerprints"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"hash\": \"<string>\",\n        \"public_key\": \"<string>\",\n        \"validated_by\": \"<string>\",\n        \"validated_date\": \"<dateTime>\"\n      },\n      {\n        \"hash\": \"<string>\",\n        \"public_key\": \"<string>\",\n        \"validated_by\": \"<string>\",\n        \"validated_date\": \"<dateTime>\"\n      }\n    ],\n    \"next_cursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Connection not found",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/fingerprints?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"fingerprints"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Get destination approved certificates.",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/destinations/:destinationId/certificates?cursor=<string>&limit=<integer>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"destinations",
								":destinationId",
								"certificates"
							],
							"query": [
								{
									"key": "cursor",
									"value": "<string>",
									"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
								},
								{
									"key": "limit",
									"value": "<integer>",
									"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
								}
							],
							"variable": [
								{
									"key": "destinationId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the destination within the Fivetran system."
								}
							]
						},
						"description": "Returns the list of approved certificates for specified destination."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/certificates?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"certificates"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"hash\": \"<string>\",\n        \"name\": \"<string>\",\n        \"public_key\": \"<string>\",\n        \"sha1\": \"<string>\",\n        \"sha256\": \"<string>\",\n        \"type\": \"<string>\",\n        \"validated_by\": \"<string>\",\n        \"validated_date\": \"<dateTime>\"\n      },\n      {\n        \"hash\": \"<string>\",\n        \"name\": \"<string>\",\n        \"public_key\": \"<string>\",\n        \"sha1\": \"<string>\",\n        \"sha256\": \"<string>\",\n        \"type\": \"<string>\",\n        \"validated_by\": \"<string>\",\n        \"validated_date\": \"<dateTime>\"\n      }\n    ],\n    \"next_cursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Destination not found",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/certificates?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"certificates"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Get destination approved fingerprint details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/destinations/:destinationId/fingerprints/:hash",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"destinations",
								":destinationId",
								"fingerprints",
								":hash"
							],
							"variable": [
								{
									"key": "destinationId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the destination within the Fivetran system."
								},
								{
									"key": "hash",
									"value": "<string>",
									"description": "(Required) Hash of the fingerprint."
								}
							]
						},
						"description": "Returns SSH fingerprint details approved for specified destination with specified hash"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/fingerprints/:hash",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"fingerprints",
										":hash"
									],
									"variable": [
										{
											"key": "destinationId"
										},
										{
											"key": "hash"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"hash\": \"<string>\",\n    \"public_key\": \"<string>\",\n    \"validated_by\": \"<string>\",\n    \"validated_date\": \"<dateTime>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Fingerprint with specified hash not found",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/fingerprints/:hash",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"fingerprints",
										":hash"
									],
									"variable": [
										{
											"key": "destinationId"
										},
										{
											"key": "hash"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Get destination approved certificate details.",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/destinations/:destinationId/certificates/:hash",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"destinations",
								":destinationId",
								"certificates",
								":hash"
							],
							"variable": [
								{
									"key": "destinationId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the destination within the Fivetran system."
								},
								{
									"key": "hash",
									"value": "<string>",
									"description": "(Required) Hash of the certificate."
								}
							]
						},
						"description": "Returns details of the certificate approved for specified destination with specified hash."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/certificates/:hash",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"certificates",
										":hash"
									],
									"variable": [
										{
											"key": "destinationId"
										},
										{
											"key": "hash"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"hash\": \"<string>\",\n    \"name\": \"<string>\",\n    \"public_key\": \"<string>\",\n    \"sha1\": \"<string>\",\n    \"sha256\": \"<string>\",\n    \"type\": \"<string>\",\n    \"validated_by\": \"<string>\",\n    \"validated_date\": \"<dateTime>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Certificate with specified hash not found",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/certificates/:hash",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"certificates",
										":hash"
									],
									"variable": [
										{
											"key": "destinationId"
										},
										{
											"key": "hash"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Get connection approved fingerprint details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/fingerprints/:hash",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"fingerprints",
								":hash"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system."
								},
								{
									"key": "hash",
									"value": "<string>",
									"description": "(Required) Hash of the fingerprint."
								}
							]
						},
						"description": "Returns SSH fingerprint details approved for specified connection with specified hash"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/fingerprints/:hash",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"fingerprints",
										":hash"
									],
									"variable": [
										{
											"key": "connectionId"
										},
										{
											"key": "hash"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"hash\": \"<string>\",\n    \"public_key\": \"<string>\",\n    \"validated_by\": \"<string>\",\n    \"validated_date\": \"<dateTime>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Fingerprint with specified hash not found",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/fingerprints/:hash",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"fingerprints",
										":hash"
									],
									"variable": [
										{
											"key": "connectionId"
										},
										{
											"key": "hash"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Get details of approved certificate for connection.",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/certificates/:hash",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"certificates",
								":hash"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system."
								},
								{
									"key": "hash",
									"value": "<string>",
									"description": "(Required) Hash of the certificate."
								}
							]
						},
						"description": "Returns details of the certificate approved for specified connection with specified hash."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/certificates/:hash",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"certificates",
										":hash"
									],
									"variable": [
										{
											"key": "connectionId"
										},
										{
											"key": "hash"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"hash\": \"<string>\",\n    \"name\": \"<string>\",\n    \"public_key\": \"<string>\",\n    \"sha1\": \"<string>\",\n    \"sha256\": \"<string>\",\n    \"type\": \"<string>\",\n    \"validated_by\": \"<string>\",\n    \"validated_date\": \"<dateTime>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Certificate with specified hash not found",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/certificates/:hash",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"certificates",
										":hash"
									],
									"variable": [
										{
											"key": "connectionId"
										},
										{
											"key": "hash"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Get connection approved certificates.",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/certificates?cursor=<string>&limit=<integer>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"certificates"
							],
							"query": [
								{
									"key": "cursor",
									"value": "<string>",
									"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
								},
								{
									"key": "limit",
									"value": "<integer>",
									"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
								}
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system."
								}
							]
						},
						"description": "Returns the list of approved certificates for specified connection."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/certificates?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"certificates"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"hash\": \"<string>\",\n        \"name\": \"<string>\",\n        \"public_key\": \"<string>\",\n        \"sha1\": \"<string>\",\n        \"sha256\": \"<string>\",\n        \"type\": \"<string>\",\n        \"validated_by\": \"<string>\",\n        \"validated_date\": \"<dateTime>\"\n      },\n      {\n        \"hash\": \"<string>\",\n        \"name\": \"<string>\",\n        \"public_key\": \"<string>\",\n        \"sha1\": \"<string>\",\n        \"sha256\": \"<string>\",\n        \"type\": \"<string>\",\n        \"validated_by\": \"<string>\",\n        \"validated_date\": \"<dateTime>\"\n      }\n    ],\n    \"next_cursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Connection not found.",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/certificates?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"certificates"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Revoke destination fingerprint",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/destinations/:destinationId/fingerprints/:hash",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"destinations",
								":destinationId",
								"fingerprints",
								":hash"
							],
							"variable": [
								{
									"key": "destinationId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the destination within the Fivetran system."
								},
								{
									"key": "hash",
									"value": "<string>",
									"description": "(Required) Hash of the fingerprint."
								}
							]
						},
						"description": "Revokes a fingerprint, so Fivetran no longer trusts it while connecting to the destination database through an SSH tunnel."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/fingerprints/:hash",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"fingerprints",
										":hash"
									],
									"variable": [
										{
											"key": "destinationId"
										},
										{
											"key": "hash"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Fingerprint with specified hash not found",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/fingerprints/:hash",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"fingerprints",
										":hash"
									],
									"variable": [
										{
											"key": "destinationId"
										},
										{
											"key": "hash"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Revoke destination certificate",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/destinations/:destinationId/certificates/:hash",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"destinations",
								":destinationId",
								"certificates",
								":hash"
							],
							"variable": [
								{
									"key": "destinationId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the destination within the Fivetran system."
								},
								{
									"key": "hash",
									"value": "<string>",
									"description": "(Required) Hash of the certificate."
								}
							]
						},
						"description": "Revokes a certificate, so Fivetran no longer trusts it while connecting to the destination database."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/certificates/:hash",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"certificates",
										":hash"
									],
									"variable": [
										{
											"key": "destinationId"
										},
										{
											"key": "hash"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Certificate with specified hash not found",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/certificates/:hash",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"certificates",
										":hash"
									],
									"variable": [
										{
											"key": "destinationId"
										},
										{
											"key": "hash"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Revoke connection fingerprint",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/fingerprints/:hash",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"fingerprints",
								":hash"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system."
								},
								{
									"key": "hash",
									"value": "<string>",
									"description": "(Required) Hash of the fingerprint."
								}
							]
						},
						"description": "Revokes a fingerprint, so Fivetran no longer trusts it while connecting to the source database through an SSH tunnel."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/fingerprints/:hash",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"fingerprints",
										":hash"
									],
									"variable": [
										{
											"key": "connectionId"
										},
										{
											"key": "hash"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Fingerprint with specified hash not found",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/fingerprints/:hash",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"fingerprints",
										":hash"
									],
									"variable": [
										{
											"key": "connectionId"
										},
										{
											"key": "hash"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Revoke connection certificate",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/certificates/:hash",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"certificates",
								":hash"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system."
								},
								{
									"key": "hash",
									"value": "<string>",
									"description": "(Required) Hash of the certificate."
								}
							]
						},
						"description": "Revokes a certificate, so Fivetran no longer trusts it while connecting to the source database."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/certificates/:hash",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"certificates",
										":hash"
									],
									"variable": [
										{
											"key": "connectionId"
										},
										{
											"key": "hash"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Certificate with specified hash not found",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/certificates/:hash",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"certificates",
										":hash"
									],
									"variable": [
										{
											"key": "connectionId"
										},
										{
											"key": "hash"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				}
			]
		},
		{
			"name": "Connection Management",
			"item": [
				{
					"name": "List all connections within account",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/connections?cursor=<string>&limit=<integer>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections"
							],
							"query": [
								{
									"key": "cursor",
									"value": "<string>",
									"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
								},
								{
									"key": "limit",
									"value": "<integer>",
									"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100"
								}
							]
						},
						"description": "Returns a list of all accessible connections within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"connected_by\": \"<string>\",\n        \"created_at\": \"<dateTime>\",\n        \"group_id\": \"<string>\",\n        \"id\": \"<string>\",\n        \"pause_after_trial\": \"<boolean>\",\n        \"paused\": \"<boolean>\",\n        \"schedule_type\": \"<string>\",\n        \"schema\": \"<string>\",\n        \"service\": \"<string>\",\n        \"status\": {\n          \"is_historical_sync\": \"<boolean>\",\n          \"setup_state\": \"<string>\",\n          \"sync_state\": \"<string>\",\n          \"update_state\": \"<string>\",\n          \"tasks\": [\n            {\n              \"code\": \"<string>\",\n              \"message\": \"<string>\",\n              \"details\": \"<string>\"\n            },\n            {\n              \"code\": \"<string>\",\n              \"message\": \"<string>\",\n              \"details\": \"<string>\"\n            }\n          ],\n          \"warnings\": [\n            {\n              \"code\": \"<string>\",\n              \"message\": \"<string>\",\n              \"details\": \"<string>\"\n            },\n            {\n              \"code\": \"<string>\",\n              \"message\": \"<string>\",\n              \"details\": \"<string>\"\n            }\n          ],\n          \"schema_status\": \"<string>\",\n          \"rescheduled_for\": \"<dateTime>\"\n        },\n        \"sync_frequency\": \"<integer>\",\n        \"config\": {\n          \"in_2\": {},\n          \"aliqua__53\": {},\n          \"exercitation79\": {},\n          \"voluptated\": {},\n          \"id_1\": {}\n        },\n        \"daily_sync_time\": \"<string>\",\n        \"succeeded_at\": \"<dateTime>\",\n        \"setup_tests\": [\n          {\n            \"status\": \"WARNING\",\n            \"title\": \"<string>\",\n            \"message\": \"<string>\",\n            \"details\": {}\n          },\n          {\n            \"status\": \"SKIPPED\",\n            \"title\": \"<string>\",\n            \"message\": \"<string>\",\n            \"details\": {}\n          }\n        ],\n        \"source_sync_details\": {},\n        \"service_version\": \"<integer>\",\n        \"failed_at\": \"<dateTime>\",\n        \"private_link_id\": \"<string>\",\n        \"proxy_agent_id\": \"<string>\",\n        \"networking_method\": \"PrivateLink\",\n        \"connect_card\": {\n          \"token\": \"<string>\",\n          \"uri\": \"<string>\"\n        },\n        \"data_delay_threshold\": \"<integer>\",\n        \"data_delay_sensitivity\": \"LOW\",\n        \"local_processing_agent_id\": \"<string>\",\n        \"connect_card_config\": {\n          \"redirect_uri\": \"<string>\",\n          \"hide_setup_guide\": \"<boolean>\"\n        },\n        \"hybrid_deployment_agent_id\": \"<string>\"\n      },\n      {\n        \"connected_by\": \"<string>\",\n        \"created_at\": \"<dateTime>\",\n        \"group_id\": \"<string>\",\n        \"id\": \"<string>\",\n        \"pause_after_trial\": \"<boolean>\",\n        \"paused\": \"<boolean>\",\n        \"schedule_type\": \"<string>\",\n        \"schema\": \"<string>\",\n        \"service\": \"<string>\",\n        \"status\": {\n          \"is_historical_sync\": \"<boolean>\",\n          \"setup_state\": \"<string>\",\n          \"sync_state\": \"<string>\",\n          \"update_state\": \"<string>\",\n          \"tasks\": [\n            {\n              \"code\": \"<string>\",\n              \"message\": \"<string>\",\n              \"details\": \"<string>\"\n            },\n            {\n              \"code\": \"<string>\",\n              \"message\": \"<string>\",\n              \"details\": \"<string>\"\n            }\n          ],\n          \"warnings\": [\n            {\n              \"code\": \"<string>\",\n              \"message\": \"<string>\",\n              \"details\": \"<string>\"\n            },\n            {\n              \"code\": \"<string>\",\n              \"message\": \"<string>\",\n              \"details\": \"<string>\"\n            }\n          ],\n          \"schema_status\": \"<string>\",\n          \"rescheduled_for\": \"<dateTime>\"\n        },\n        \"sync_frequency\": \"<integer>\",\n        \"config\": {\n          \"consequatf\": {},\n          \"ut6_f\": {}\n        },\n        \"daily_sync_time\": \"<string>\",\n        \"succeeded_at\": \"<dateTime>\",\n        \"setup_tests\": [\n          {\n            \"status\": \"WARNING\",\n            \"title\": \"<string>\",\n            \"message\": \"<string>\",\n            \"details\": {}\n          },\n          {\n            \"status\": \"SKIPPED\",\n            \"title\": \"<string>\",\n            \"message\": \"<string>\",\n            \"details\": {}\n          }\n        ],\n        \"source_sync_details\": {},\n        \"service_version\": \"<integer>\",\n        \"failed_at\": \"<dateTime>\",\n        \"private_link_id\": \"<string>\",\n        \"proxy_agent_id\": \"<string>\",\n        \"networking_method\": \"PrivateLink\",\n        \"connect_card\": {\n          \"token\": \"<string>\",\n          \"uri\": \"<string>\"\n        },\n        \"data_delay_threshold\": \"<integer>\",\n        \"data_delay_sensitivity\": \"CUSTOM\",\n        \"local_processing_agent_id\": \"<string>\",\n        \"connect_card_config\": {\n          \"redirect_uri\": \"<string>\",\n          \"hide_setup_guide\": \"<boolean>\"\n        },\n        \"hybrid_deployment_agent_id\": \"<string>\"\n      }\n    ],\n    \"next_cursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Create a Connection",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"group_id\": \"<string>\",\n  \"service\": \"<string>\",\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\",\n  \"run_setup_tests\": \"<boolean>\",\n  \"paused\": \"<boolean>\",\n  \"pause_after_trial\": \"<boolean>\",\n  \"sync_frequency\": 180,\n  \"data_delay_sensitivity\": \"CUSTOM\",\n  \"data_delay_threshold\": \"<integer>\",\n  \"daily_sync_time\": \"<string>\",\n  \"schedule_type\": \"manual\",\n  \"local_processing_agent_id\": \"<string>\",\n  \"hybrid_deployment_agent_id\": \"<string>\",\n  \"connect_card_config\": {\n    \"redirect_uri\": \"<string>\",\n    \"hide_setup_guide\": \"<boolean>\"\n  },\n  \"proxy_agent_id\": \"<string>\",\n  \"private_link_id\": \"<string>\",\n  \"networking_method\": \"ProxyAgent\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/connections",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections"
							]
						},
						"description": "Creates a new connection within a specified group in your Fivetran account. Runs setup tests and returns testing results."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"group_id\": \"<string>\",\n  \"service\": \"<string>\",\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\",\n  \"run_setup_tests\": \"<boolean>\",\n  \"paused\": \"<boolean>\",\n  \"pause_after_trial\": \"<boolean>\",\n  \"sync_frequency\": 180,\n  \"data_delay_sensitivity\": \"CUSTOM\",\n  \"data_delay_threshold\": \"<integer>\",\n  \"daily_sync_time\": \"<string>\",\n  \"schedule_type\": \"manual\",\n  \"local_processing_agent_id\": \"<string>\",\n  \"hybrid_deployment_agent_id\": \"<string>\",\n  \"connect_card_config\": {\n    \"redirect_uri\": \"<string>\",\n    \"hide_setup_guide\": \"<boolean>\"\n  },\n  \"proxy_agent_id\": \"<string>\",\n  \"private_link_id\": \"<string>\",\n  \"networking_method\": \"ProxyAgent\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"connected_by\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"data_delay_sensitivity\": \"LOW\",\n    \"group_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"pause_after_trial\": \"<boolean>\",\n    \"paused\": \"<boolean>\",\n    \"schedule_type\": \"<string>\",\n    \"schema\": \"<string>\",\n    \"service\": \"<string>\",\n    \"service_version\": \"<integer>\",\n    \"status\": {\n      \"is_historical_sync\": \"<boolean>\",\n      \"setup_state\": \"<string>\",\n      \"sync_state\": \"<string>\",\n      \"update_state\": \"<string>\",\n      \"tasks\": [\n        {\n          \"code\": \"<string>\",\n          \"message\": \"<string>\",\n          \"details\": \"<string>\"\n        }\n      ],\n      \"warnings\": [\n        {\n          \"code\": \"<string>\",\n          \"message\": \"<string>\",\n          \"details\": \"<string>\"\n        }\n      ],\n      \"schema_status\": \"<string>\",\n      \"rescheduled_for\": \"<dateTime>\"\n    },\n    \"sync_frequency\": 120,\n    \"daily_sync_time\": \"<string>\",\n    \"succeeded_at\": \"<dateTime>\",\n    \"setup_tests\": [\n      {\n        \"status\": \"JOB_FAILED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      }\n    ],\n    \"source_sync_details\": {},\n    \"failed_at\": \"<dateTime>\",\n    \"private_link_id\": \"<string>\",\n    \"proxy_agent_id\": \"<string>\",\n    \"networking_method\": \"PrivateLink\",\n    \"connect_card\": {\n      \"token\": \"<string>\",\n      \"uri\": \"<string>\"\n    },\n    \"data_delay_threshold\": \"<integer>\",\n    \"local_processing_agent_id\": \"<string>\",\n    \"connect_card_config\": {\n      \"redirect_uri\": \"<string>\",\n      \"hide_setup_guide\": \"<boolean>\"\n    },\n    \"hybrid_deployment_agent_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Bad request",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"group_id\": \"<string>\",\n  \"service\": \"<string>\",\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\",\n  \"run_setup_tests\": \"<boolean>\",\n  \"paused\": \"<boolean>\",\n  \"pause_after_trial\": \"<boolean>\",\n  \"sync_frequency\": 180,\n  \"data_delay_sensitivity\": \"CUSTOM\",\n  \"data_delay_threshold\": \"<integer>\",\n  \"daily_sync_time\": \"<string>\",\n  \"schedule_type\": \"manual\",\n  \"local_processing_agent_id\": \"<string>\",\n  \"hybrid_deployment_agent_id\": \"<string>\",\n  \"connect_card_config\": {\n    \"redirect_uri\": \"<string>\",\n    \"hide_setup_guide\": \"<boolean>\"\n  },\n  \"proxy_agent_id\": \"<string>\",\n  \"private_link_id\": \"<string>\",\n  \"networking_method\": \"ProxyAgent\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Re-sync Connection Data (Historical Sync)",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"scope\": {\n    \"schema\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/resync",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"resync"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								}
							]
						},
						"description": "Triggers a full historical sync of a connection or multiple schema tables within a connection. If the connection is paused, the table sync will be scheduled to be performed when the connection is re-enabled. If there is a data sync already in progress, we will try to complete it. If it fails, the request will be declined and the HTTP 409 Conflict error will be returned."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"scope\": {\n    \"schema\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/resync",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"resync"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Not found error",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"scope\": {\n    \"schema\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/resync",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"resync"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Sync Connection Data",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"force\": \"<boolean>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/sync",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"sync"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								}
							]
						},
						"description": "Triggers a data sync for an existing connection within your Fivetran account without waiting for the next scheduled sync. This action does not override the standard sync frequency you defined in the Fivetran dashboard."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"force\": \"<boolean>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/sync",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"sync"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Not found error",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"force\": \"<boolean>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/sync",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"sync"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Connect Card",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"connect_card_config\": {\n    \"redirect_uri\": \"<string>\",\n    \"hide_setup_guide\": \"<boolean>\"\n  }\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/connect-card",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"connect-card"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								}
							]
						},
						"description": "Generates the Connect Card URI for the connection"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"connect_card_config\": {\n    \"redirect_uri\": \"<string>\",\n    \"hide_setup_guide\": \"<boolean>\"\n  }\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/connect-card",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"connect-card"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"connector_id\": \"<string>\",\n    \"connect_card\": {\n      \"token\": \"<string>\",\n      \"uri\": \"<string>\"\n    },\n    \"connect_card_config\": {\n      \"redirect_uri\": \"<string>\",\n      \"hide_setup_guide\": \"<boolean>\"\n    }\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Retrieve Connection Details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								}
							]
						},
						"description": "Returns a connection object if a valid identifier was provided.\n\n> NOTE: In this API call, for the 'schema' name field, the NetSuite SuiteAnalytics, Salesforce, Salesforce Sandbox, and Oracle Fusion Cloud Applications connectors always return the destination schema name set by the user in the connection setup form.\n"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"connected_by\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"data_delay_sensitivity\": \"LOW\",\n    \"group_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"pause_after_trial\": \"<boolean>\",\n    \"paused\": \"<boolean>\",\n    \"schedule_type\": \"<string>\",\n    \"schema\": \"<string>\",\n    \"service\": \"<string>\",\n    \"service_version\": \"<integer>\",\n    \"status\": {\n      \"is_historical_sync\": \"<boolean>\",\n      \"setup_state\": \"<string>\",\n      \"sync_state\": \"<string>\",\n      \"update_state\": \"<string>\",\n      \"tasks\": [\n        {\n          \"code\": \"<string>\",\n          \"message\": \"<string>\",\n          \"details\": \"<string>\"\n        }\n      ],\n      \"warnings\": [\n        {\n          \"code\": \"<string>\",\n          \"message\": \"<string>\",\n          \"details\": \"<string>\"\n        }\n      ],\n      \"schema_status\": \"<string>\",\n      \"rescheduled_for\": \"<dateTime>\"\n    },\n    \"sync_frequency\": 120,\n    \"daily_sync_time\": \"<string>\",\n    \"succeeded_at\": \"<dateTime>\",\n    \"setup_tests\": [\n      {\n        \"status\": \"JOB_FAILED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      }\n    ],\n    \"source_sync_details\": {},\n    \"failed_at\": \"<dateTime>\",\n    \"private_link_id\": \"<string>\",\n    \"proxy_agent_id\": \"<string>\",\n    \"networking_method\": \"PrivateLink\",\n    \"connect_card\": {\n      \"token\": \"<string>\",\n      \"uri\": \"<string>\"\n    },\n    \"data_delay_threshold\": \"<integer>\",\n    \"local_processing_agent_id\": \"<string>\",\n    \"connect_card_config\": {\n      \"redirect_uri\": \"<string>\",\n      \"hide_setup_guide\": \"<boolean>\"\n    },\n    \"hybrid_deployment_agent_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Delete a Connection",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								}
							]
						},
						"description": "Deletes a connection from your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Not found error",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Update a Connection",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"config\": {\n    \"description\": \"The setup configuration. Check possible config formats in [create method](/docs/rest-api/api-reference/connections/create-connection/)\"\n  },\n  \"auth\": {\n    \"description\": \"The connection authorization settings. Check possible config formats in [create method](/docs/rest-api/api-reference/connections/create-connection/)\"\n  },\n  \"paused\": \"<boolean>\",\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\",\n  \"networking_method\": \"ProxyAgent\",\n  \"daily_sync_time\": \"<string>\",\n  \"run_setup_tests\": \"<boolean>\",\n  \"sync_frequency\": 1440,\n  \"data_delay_threshold\": \"<integer>\",\n  \"pause_after_trial\": \"<boolean>\",\n  \"is_historical_sync\": \"<boolean>\",\n  \"data_delay_sensitivity\": \"CUSTOM\",\n  \"schema_status\": \"ready\",\n  \"schedule_type\": \"auto\",\n  \"local_processing_agent_id\": \"<string>\",\n  \"private_link_id\": \"<string>\",\n  \"proxy_agent_id\": \"<string>\",\n  \"hybrid_deployment_agent_id\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								}
							]
						},
						"description": "Updates the information for an existing connection within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"config\": {\n    \"description\": \"The setup configuration. Check possible config formats in [create method](/docs/rest-api/api-reference/connectors/create-connection/)\"\n  },\n  \"auth\": {\n    \"description\": \"The connection authorization settings. Check possible config formats in [create method](/docs/rest-api/api-reference/connections/create-connection/)\"\n  },\n  \"paused\": \"<boolean>\",\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\",\n  \"networking_method\": \"ProxyAgent\",\n  \"daily_sync_time\": \"<string>\",\n  \"run_setup_tests\": \"<boolean>\",\n  \"sync_frequency\": 1440,\n  \"data_delay_threshold\": \"<integer>\",\n  \"pause_after_trial\": \"<boolean>\",\n  \"is_historical_sync\": \"<boolean>\",\n  \"data_delay_sensitivity\": \"CUSTOM\",\n  \"schema_status\": \"ready\",\n  \"schedule_type\": \"auto\",\n  \"local_processing_agent_id\": \"<string>\",\n  \"private_link_id\": \"<string>\",\n  \"proxy_agent_id\": \"<string>\",\n  \"hybrid_deployment_agent_id\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"connected_by\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"data_delay_sensitivity\": \"LOW\",\n    \"group_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"pause_after_trial\": \"<boolean>\",\n    \"paused\": \"<boolean>\",\n    \"schedule_type\": \"<string>\",\n    \"schema\": \"<string>\",\n    \"service\": \"<string>\",\n    \"service_version\": \"<integer>\",\n    \"status\": {\n      \"is_historical_sync\": \"<boolean>\",\n      \"setup_state\": \"<string>\",\n      \"sync_state\": \"<string>\",\n      \"update_state\": \"<string>\",\n      \"tasks\": [\n        {\n          \"code\": \"<string>\",\n          \"message\": \"<string>\",\n          \"details\": \"<string>\"\n        }\n      ],\n      \"warnings\": [\n        {\n          \"code\": \"<string>\",\n          \"message\": \"<string>\",\n          \"details\": \"<string>\"\n        }\n      ],\n      \"schema_status\": \"<string>\",\n      \"rescheduled_for\": \"<dateTime>\"\n    },\n    \"sync_frequency\": 120,\n    \"daily_sync_time\": \"<string>\",\n    \"succeeded_at\": \"<dateTime>\",\n    \"setup_tests\": [\n      {\n        \"status\": \"JOB_FAILED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      }\n    ],\n    \"source_sync_details\": {},\n    \"failed_at\": \"<dateTime>\",\n    \"private_link_id\": \"<string>\",\n    \"proxy_agent_id\": \"<string>\",\n    \"networking_method\": \"PrivateLink\",\n    \"connect_card\": {\n      \"token\": \"<string>\",\n      \"uri\": \"<string>\"\n    },\n    \"data_delay_threshold\": \"<integer>\",\n    \"local_processing_agent_id\": \"<string>\",\n    \"connect_card_config\": {\n      \"redirect_uri\": \"<string>\",\n      \"hide_setup_guide\": \"<boolean>\"\n    },\n    \"hybrid_deployment_agent_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Not found error",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"config\": {\n    \"description\": \"The setup configuration. Check possible config formats in [create method](/docs/rest-api/api-reference/connections/create-connection/)\"\n  },\n  \"auth\": {\n    \"description\": \"The connection authorization settings. Check possible config formats in [create method](/docs/rest-api/api-reference/connections/create-connection/)\"\n  },\n  \"paused\": \"<boolean>\",\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\",\n  \"networking_method\": \"ProxyAgent\",\n  \"daily_sync_time\": \"<string>\",\n  \"run_setup_tests\": \"<boolean>\",\n  \"sync_frequency\": 1440,\n  \"data_delay_threshold\": \"<integer>\",\n  \"pause_after_trial\": \"<boolean>\",\n  \"is_historical_sync\": \"<boolean>\",\n  \"data_delay_sensitivity\": \"CUSTOM\",\n  \"schema_status\": \"ready\",\n  \"schedule_type\": \"auto\",\n  \"local_processing_agent_id\": \"<string>\",\n  \"private_link_id\": \"<string>\",\n  \"proxy_agent_id\": \"<string>\",\n  \"hybrid_deployment_agent_id\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Run connection setup tests",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/test",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"test"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								}
							]
						},
						"description": "Runs the setup tests for an existing connection within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/test",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"test"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"connected_by\": \"<string>\",\n    \"created_at\": \"<dateTime>\",\n    \"data_delay_sensitivity\": \"LOW\",\n    \"group_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"pause_after_trial\": \"<boolean>\",\n    \"paused\": \"<boolean>\",\n    \"schedule_type\": \"<string>\",\n    \"schema\": \"<string>\",\n    \"service\": \"<string>\",\n    \"service_version\": \"<integer>\",\n    \"status\": {\n      \"is_historical_sync\": \"<boolean>\",\n      \"setup_state\": \"<string>\",\n      \"sync_state\": \"<string>\",\n      \"update_state\": \"<string>\",\n      \"tasks\": [\n        {\n          \"code\": \"<string>\",\n          \"message\": \"<string>\",\n          \"details\": \"<string>\"\n        }\n      ],\n      \"warnings\": [\n        {\n          \"code\": \"<string>\",\n          \"message\": \"<string>\",\n          \"details\": \"<string>\"\n        }\n      ],\n      \"schema_status\": \"<string>\",\n      \"rescheduled_for\": \"<dateTime>\"\n    },\n    \"sync_frequency\": 120,\n    \"daily_sync_time\": \"<string>\",\n    \"succeeded_at\": \"<dateTime>\",\n    \"setup_tests\": [\n      {\n        \"status\": \"JOB_FAILED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      }\n    ],\n    \"source_sync_details\": {},\n    \"failed_at\": \"<dateTime>\",\n    \"private_link_id\": \"<string>\",\n    \"proxy_agent_id\": \"<string>\",\n    \"networking_method\": \"PrivateLink\",\n    \"connect_card\": {\n      \"token\": \"<string>\",\n      \"uri\": \"<string>\"\n    },\n    \"data_delay_threshold\": \"<integer>\",\n    \"local_processing_agent_id\": \"<string>\",\n    \"connect_card_config\": {\n      \"redirect_uri\": \"<string>\",\n      \"hide_setup_guide\": \"<boolean>\"\n    },\n    \"hybrid_deployment_agent_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Not found error",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/test",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"test"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Retrieve Connection state",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/state",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"state"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								}
							]
						},
						"description": "Returns the connection state. This endpoint is only supported for Function and Connection SDK connectors."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/state",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"state"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"state\": {}\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "The connection state doesn't exist.",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/state",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"state"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						},
						{
							"name": "Connection not found error.",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/state",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"state"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						},
						{
							"name": "Not a function connector error.",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/state",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"state"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Method Not Allowed",
							"code": 405,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Update a Connection state",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "*/*"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"state\": {}\n}"
						},
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/state",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"state"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								}
							]
						},
						"description": "Updates the connection state. To update the state, you should pause your connection first. \n\nTo update the connection state, do the following:\n\n  1. Pause connection using [Update a Connection](https://fivetran.com/docs/rest-api/api-reference/connections/modify-connection) endpoint (set 'paused' to 'true'). \n  2. Update the state by using the [Update Connection State](https://fivetran.com/docs/rest-api/api-reference/connections/modify-connector-state) endpoint.\n  3. Unpause the connection by setting the 'paused' parameter to 'false' in the [Update a Connection](https://fivetran.com/docs/rest-api/api-reference/connections/modify-connector) endpoint request.\n\nThis endpoint is only supported for [Function](https://fivetran.com/docs/connectors/functions) and [Connection SDK](https://fivetran.com/docs/connectors/connector-sdk) connectors.\n"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "*/*"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"state\": {}\n}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/state",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"state"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"state\": {}\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "The connection state doesn't exist.",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "*/*"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"state\": {}\n}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/state",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"state"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						},
						{
							"name": "Connection not found error.",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "*/*"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"state\": {}\n}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/state",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"state"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						},
						{
							"name": "Not a function connector error.",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "*/*"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"state\": {}\n}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/state",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"state"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Method Not Allowed",
							"code": 405,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						},
						{
							"name": "Connection cannot be updated because the sync is in progress.",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "*/*"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"state\": {}\n}"
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/state",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"state"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Conflict",
							"code": 409,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				}
			]
		},
		{
			"name": "Connector Schema Management",
			"item": [
				{
					"name": "Retrieve a Connection Schema Config",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"schemas"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								}
							]
						},
						"description": "Returns the connection schema config for an existing connection within your Fivetran account.\n\n> NOTE: The response contains the difference between your selections and the schema config. The schema config includes schemas, tables, and columns. If you have not specified any schema configurations that differ from the default, the response will consist of only the top schema level. For more information, see also the [Connection Schema config](https://fivetran.com/docs/rest-api/tutorials/connection-schema-configuration-use-cases) tutorial.\n\nFor the NetSuite SuiteAnalytics and Salesforce and Salesforce Sandbox connectors, the 'schemas' map field will always have a single entry with the 'netsuite' or 'salesforce' key, respectively. For the 'schema.name_in_destination` name field, these connections always return the destination schema name you set in the connection setup form.\n\nFor more information about this API endpoint call for the Oracle Fusion Cloud Applications connectors, see our [Schema information documentation](https://fivetran.com/docs/connectors/applications/oracle-fusion-cloud-applications#schemainformation).\n"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"schemas"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"schema_change_handling\": \"ALLOW_COLUMNS\",\n    \"schemas\": {\n      \"schema\": {\n        \"enabled\": \"<boolean>\",\n        \"name_in_destination\": \"<string>\",\n        \"tables\": {\n          \"table\": {\n            \"columns\": {\n              \"column\": {\n                \"enabled\": \"<boolean>\",\n                \"enabled_patch_settings\": {\n                  \"allowed\": \"<boolean>\",\n                  \"reason\": \"<string>\",\n                  \"reason_code\": \"SYSTEM_COLUMN\"\n                },\n                \"hashed\": \"<boolean>\",\n                \"name_in_destination\": \"<string>\",\n                \"is_primary_key\": \"<boolean>\"\n              }\n            },\n            \"enabled\": \"<boolean>\",\n            \"enabled_patch_settings\": {\n              \"allowed\": \"<boolean>\",\n              \"reason\": \"<string>\",\n              \"reason_code\": \"SYSTEM_TABLE\"\n            },\n            \"name_in_destination\": \"<string>\",\n            \"sync_mode\": \"HISTORY\",\n            \"supports_columns_config\": \"<boolean>\"\n          }\n        }\n      }\n    },\n    \"enable_new_by_default\": \"<boolean>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Setup a Connection Schema Config for a connection that doesn't have schema settings yet.",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"schemas\": {\n    \"schema\": {\n      \"enabled\": \"<boolean>\",\n      \"tables\": {\n        \"table\": {\n          \"enabled\": \"<boolean>\",\n          \"columns\": {\n            \"column\": {\n              \"enabled\": \"<boolean>\",\n              \"hashed\": \"<boolean>\",\n              \"is_primary_key\": \"<boolean>\",\n              \"masking_algorithm\": \"PLAINTEXT\"\n            }\n          },\n          \"sync_mode\": \"LIVE\"\n        }\n      }\n    }\n  },\n  \"schema_change_handling\": \"ALLOW_COLUMNS\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"schemas"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								}
							]
						},
						"description": "Allows to set up a Connection Schema Config for a new connection.\n\n> NOTE: The response contains the exact settings that were passed in request. \n\nAfter the initial sync, when the connection captures the schema from the source, we try to apply the specified settings on the actual schema from the source. \n\nIn case some table or column are not allowed to be excluded, we ignore the settings for the relevant entity.\n"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"schemas\": {\n    \"schema\": {\n      \"enabled\": \"<boolean>\",\n      \"tables\": {\n        \"table\": {\n          \"enabled\": \"<boolean>\",\n          \"columns\": {\n            \"column\": {\n              \"enabled\": \"<boolean>\",\n              \"hashed\": \"<boolean>\",\n              \"is_primary_key\": \"<boolean>\",\n              \"masking_algorithm\": \"PLAINTEXT\"\n            }\n          },\n          \"sync_mode\": \"LIVE\"\n        }\n      }\n    }\n  },\n  \"schema_change_handling\": \"ALLOW_COLUMNS\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"schemas"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"schema_change_handling\": \"ALLOW_COLUMNS\",\n    \"schemas\": {\n      \"schema\": {\n        \"enabled\": \"<boolean>\",\n        \"name_in_destination\": \"<string>\",\n        \"tables\": {\n          \"table\": {\n            \"columns\": {\n              \"column\": {\n                \"enabled\": \"<boolean>\",\n                \"enabled_patch_settings\": {\n                  \"allowed\": \"<boolean>\",\n                  \"reason\": \"<string>\",\n                  \"reason_code\": \"SYSTEM_COLUMN\"\n                },\n                \"hashed\": \"<boolean>\",\n                \"name_in_destination\": \"<string>\",\n                \"is_primary_key\": \"<boolean>\"\n              }\n            },\n            \"enabled\": \"<boolean>\",\n            \"enabled_patch_settings\": {\n              \"allowed\": \"<boolean>\",\n              \"reason\": \"<string>\",\n              \"reason_code\": \"SYSTEM_TABLE\"\n            },\n            \"name_in_destination\": \"<string>\",\n            \"sync_mode\": \"HISTORY\",\n            \"supports_columns_config\": \"<boolean>\"\n          }\n        }\n      }\n    },\n    \"enable_new_by_default\": \"<boolean>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Update a Connection Schema Config",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"schemas\": {\n    \"schema\": {\n      \"enabled\": \"<boolean>\",\n      \"tables\": {\n        \"table\": {\n          \"enabled\": \"<boolean>\",\n          \"columns\": {\n            \"column\": {\n              \"enabled\": \"<boolean>\",\n              \"hashed\": \"<boolean>\",\n              \"is_primary_key\": \"<boolean>\",\n              \"masking_algorithm\": \"PLAINTEXT\"\n            }\n          },\n          \"sync_mode\": \"LIVE\"\n        }\n      }\n    }\n  },\n  \"schema_change_handling\": \"ALLOW_COLUMNS\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"schemas"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								}
							]
						},
						"description": "Updates the schema config for an existing connection within your Fivetran account.\n\n> NOTE: For backward compatibility, the response may contain the 'enable_new_by_default' boolean field. It indicates if the sync for new schemas and tables is enabled by default. The value is 'true' if you specify 'ALLOW_ALL' as the value of 'schema_change_handling'. In the future API versions, we may remove this field.\n\nThe response contains only the difference between your selections and the schema config. The schema config includes schemas, tables, and columns. If you have not specified any schema configurations that differ from the default, the response will consist of only the top schema level. For more information, see also the [Connector Schema config](https://fivetran.com/docs/rest-api/tutorials/connection-schema-configuration-use-cases) tutorial.\n"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"schemas\": {\n    \"schema\": {\n      \"enabled\": \"<boolean>\",\n      \"tables\": {\n        \"table\": {\n          \"enabled\": \"<boolean>\",\n          \"columns\": {\n            \"column\": {\n              \"enabled\": \"<boolean>\",\n              \"hashed\": \"<boolean>\",\n              \"is_primary_key\": \"<boolean>\",\n              \"masking_algorithm\": \"PLAINTEXT\"\n            }\n          },\n          \"sync_mode\": \"LIVE\"\n        }\n      }\n    }\n  },\n  \"schema_change_handling\": \"ALLOW_COLUMNS\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"schemas"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"schema_change_handling\": \"ALLOW_COLUMNS\",\n    \"schemas\": {\n      \"schema\": {\n        \"enabled\": \"<boolean>\",\n        \"name_in_destination\": \"<string>\",\n        \"tables\": {\n          \"table\": {\n            \"columns\": {\n              \"column\": {\n                \"enabled\": \"<boolean>\",\n                \"enabled_patch_settings\": {\n                  \"allowed\": \"<boolean>\",\n                  \"reason\": \"<string>\",\n                  \"reason_code\": \"SYSTEM_COLUMN\"\n                },\n                \"hashed\": \"<boolean>\",\n                \"name_in_destination\": \"<string>\",\n                \"is_primary_key\": \"<boolean>\"\n              }\n            },\n            \"enabled\": \"<boolean>\",\n            \"enabled_patch_settings\": {\n              \"allowed\": \"<boolean>\",\n              \"reason\": \"<string>\",\n              \"reason_code\": \"SYSTEM_TABLE\"\n            },\n            \"name_in_destination\": \"<string>\",\n            \"sync_mode\": \"HISTORY\",\n            \"supports_columns_config\": \"<boolean>\"\n          }\n        }\n      }\n    },\n    \"enable_new_by_default\": \"<boolean>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Re-sync Connection Table Data",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"schema\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/tables/resync",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"schemas",
								"tables",
								"resync"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								}
							]
						},
						"description": "Triggers a historical sync of all data for multiple schema tables within a connection. This action does not override the standard sync frequency you defined in the Fivetran dashboard."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"schema\": [\n    \"<string>\",\n    \"<string>\"\n  ]\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/tables/resync",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"schemas",
										"tables",
										"resync"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Drop a blocked columns from the destination",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"schemas\": {\n    \"schema\": {\n      \"tables\": {\n        \"table\": {\n          \"columns\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    }\n  }\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/drop-columns",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"schemas",
								"drop-columns"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								}
							]
						},
						"description": "Marks for deletion multiple blocked column from your tables in schemas in the destination of an existing connection within your Fivetran account. The columns are dropped from the destination on the next sync."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"schemas\": {\n    \"schema\": {\n      \"tables\": {\n        \"table\": {\n          \"columns\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    }\n  }\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/drop-columns",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"schemas",
										"drop-columns"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Bad request",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"schemas\": {\n    \"schema\": {\n      \"tables\": {\n        \"table\": {\n          \"columns\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    }\n  }\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/drop-columns",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"schemas",
										"drop-columns"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						},
						{
							"name": "Not found error",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"schemas\": {\n    \"schema\": {\n      \"tables\": {\n        \"table\": {\n          \"columns\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    }\n  }\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/drop-columns",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"schemas",
										"drop-columns"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						},
						{
							"name": "Column not in blocked state error",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"schemas\": {\n    \"schema\": {\n      \"tables\": {\n        \"table\": {\n          \"columns\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    }\n  }\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/drop-columns",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"schemas",
										"drop-columns"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "Conflict",
							"code": 409,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Retrieve Source Table Columns Config",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/:schema/tables/:table/columns",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"schemas",
								":schema",
								"tables",
								":table",
								"columns"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								},
								{
									"key": "schema",
									"value": "<string>",
									"description": "(Required) The database schema name within your destination"
								},
								{
									"key": "table",
									"value": "<string>",
									"description": "(Required) The table name within your database schema"
								}
							]
						},
						"description": "Returns the source table columns config for an existing connection within your Fivetran account"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/:schema/tables/:table/columns",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"schemas",
										":schema",
										"tables",
										":table",
										"columns"
									],
									"variable": [
										{
											"key": "connectionId"
										},
										{
											"key": "schema"
										},
										{
											"key": "table"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"columns\": {\n      \"column\": {\n        \"enabled\": \"<boolean>\",\n        \"enabled_patch_settings\": {\n          \"allowed\": \"<boolean>\",\n          \"reason\": \"<string>\",\n          \"reason_code\": \"OTHER\"\n        },\n        \"hashed\": \"<boolean>\",\n        \"name_in_destination\": \"<string>\",\n        \"is_primary_key\": \"<boolean>\"\n      }\n    }\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Reload a Connection Schema Config",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"exclude_mode\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/reload",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"schemas",
								"reload"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								}
							]
						},
						"description": "Reloads the connection schema config for an existing connection within your Fivetran account.\n\n> NOTE: This method reloads the full schema from the connection's data source. It may take a long time to complete the request. The method execution speed depends on the schema size and the number of databases, tables and columns. To retrieve the connection schema config without reload, use the [Retrieve a Connection Schema Config](https://fivetran.com/docs/rest-api/api-reference/connection-schema/connector-schema-config) endpoint.\n\nThe response contains only the difference between your selections and the schema config. The schema config includes schemas, tables, and columns. If you have not specified any schema configurations that differ from the default, the response will consist of only the top schema level. For more information, see also the [Connection Schema config](https://fivetran.com/docs/rest-api/tutorials/connection-schema-configuration-use-cases) tutorial.\n"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"exclude_mode\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/reload",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"schemas",
										"reload"
									],
									"variable": [
										{
											"key": "connectionId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"schema_change_handling\": \"ALLOW_COLUMNS\",\n    \"schemas\": {\n      \"schema\": {\n        \"enabled\": \"<boolean>\",\n        \"name_in_destination\": \"<string>\",\n        \"tables\": {\n          \"table\": {\n            \"columns\": {\n              \"column\": {\n                \"enabled\": \"<boolean>\",\n                \"enabled_patch_settings\": {\n                  \"allowed\": \"<boolean>\",\n                  \"reason\": \"<string>\",\n                  \"reason_code\": \"SYSTEM_COLUMN\"\n                },\n                \"hashed\": \"<boolean>\",\n                \"name_in_destination\": \"<string>\",\n                \"is_primary_key\": \"<boolean>\"\n              }\n            },\n            \"enabled\": \"<boolean>\",\n            \"enabled_patch_settings\": {\n              \"allowed\": \"<boolean>\",\n              \"reason\": \"<string>\",\n              \"reason_code\": \"SYSTEM_TABLE\"\n            },\n            \"name_in_destination\": \"<string>\",\n            \"sync_mode\": \"HISTORY\",\n            \"supports_columns_config\": \"<boolean>\"\n          }\n        }\n      }\n    },\n    \"enable_new_by_default\": \"<boolean>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Drop a blocked column from the destination",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/:schemaName/tables/:tableName/columns/:columnName",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"schemas",
								":schemaName",
								"tables",
								":tableName",
								"columns",
								":columnName"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								},
								{
									"key": "schemaName",
									"value": "<string>",
									"description": "(Required) The database schema name within your destination (different from the connection schema)"
								},
								{
									"key": "tableName",
									"value": "<string>",
									"description": "(Required) The table name within your database schema"
								},
								{
									"key": "columnName",
									"value": "<string>",
									"description": "(Required) The column name within your table"
								}
							]
						},
						"description": "Marks for deletion a blocked column from your table in the destination of an existing connection within your Fivetran account. The column is dropped from the destination on the next sync."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/:schemaName/tables/:tableName/columns/:columnName",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"schemas",
										":schemaName",
										"tables",
										":tableName",
										"columns",
										":columnName"
									],
									"variable": [
										{
											"key": "connectionId"
										},
										{
											"key": "schemaName"
										},
										{
											"key": "tableName"
										},
										{
											"key": "columnName"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Bad request",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/:schemaName/tables/:tableName/columns/:columnName",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"schemas",
										":schemaName",
										"tables",
										":tableName",
										"columns",
										":columnName"
									],
									"variable": [
										{
											"key": "connectionId"
										},
										{
											"key": "schemaName"
										},
										{
											"key": "tableName"
										},
										{
											"key": "columnName"
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						},
						{
							"name": "Not found error",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/:schemaName/tables/:tableName/columns/:columnName",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"schemas",
										":schemaName",
										"tables",
										":tableName",
										"columns",
										":columnName"
									],
									"variable": [
										{
											"key": "connectionId"
										},
										{
											"key": "schemaName"
										},
										{
											"key": "tableName"
										},
										{
											"key": "columnName"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						},
						{
							"name": "Column not in blocked state error",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/:schemaName/tables/:tableName/columns/:columnName",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"schemas",
										":schemaName",
										"tables",
										":tableName",
										"columns",
										":columnName"
									],
									"variable": [
										{
											"key": "connectionId"
										},
										{
											"key": "schemaName"
										},
										{
											"key": "tableName"
										},
										{
											"key": "columnName"
										}
									]
								}
							},
							"status": "Conflict",
							"code": 409,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Update a Connection Column Config",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"enabled\": \"<boolean>\",\n  \"hashed\": \"<boolean>\",\n  \"is_primary_key\": \"<boolean>\",\n  \"masking_algorithm\": \"HASHED\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/:schemaName/tables/:tableName/columns/:columnName",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"schemas",
								":schemaName",
								"tables",
								":tableName",
								"columns",
								":columnName"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								},
								{
									"key": "schemaName",
									"value": "<string>",
									"description": "(Required) The database schema name within your destination (different from the connection schema)"
								},
								{
									"key": "tableName",
									"value": "<string>",
									"description": "(Required) The table name within your database schema"
								},
								{
									"key": "columnName",
									"value": "<string>",
									"description": "(Required) The column name within your table"
								}
							]
						},
						"description": "Updates the column config within your table for an existing connection within your Fivetran account.\n\n> NOTE: The response contains only the difference between your selections and the schema config. The schema config includes schemas, tables, and columns. If you have not specified any schema configurations that differ from the default, the response will consist of only the top schema level. For more information, see also the [Connection Schema config](https://fivetran.com/docs/rest-api/tutorials/connection-schema-configuration-use-cases) tutorial.\n"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"enabled\": \"<boolean>\",\n  \"hashed\": \"<boolean>\",\n  \"is_primary_key\": \"<boolean>\",\n  \"masking_algorithm\": \"HASHED\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/:schemaName/tables/:tableName/columns/:columnName",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"schemas",
										":schemaName",
										"tables",
										":tableName",
										"columns",
										":columnName"
									],
									"variable": [
										{
											"key": "connectionId"
										},
										{
											"key": "schemaName"
										},
										{
											"key": "tableName"
										},
										{
											"key": "columnName"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"schema_change_handling\": \"ALLOW_COLUMNS\",\n    \"schemas\": {\n      \"schema\": {\n        \"enabled\": \"<boolean>\",\n        \"name_in_destination\": \"<string>\",\n        \"tables\": {\n          \"table\": {\n            \"columns\": {\n              \"column\": {\n                \"enabled\": \"<boolean>\",\n                \"enabled_patch_settings\": {\n                  \"allowed\": \"<boolean>\",\n                  \"reason\": \"<string>\",\n                  \"reason_code\": \"SYSTEM_COLUMN\"\n                },\n                \"hashed\": \"<boolean>\",\n                \"name_in_destination\": \"<string>\",\n                \"is_primary_key\": \"<boolean>\"\n              }\n            },\n            \"enabled\": \"<boolean>\",\n            \"enabled_patch_settings\": {\n              \"allowed\": \"<boolean>\",\n              \"reason\": \"<string>\",\n              \"reason_code\": \"SYSTEM_TABLE\"\n            },\n            \"name_in_destination\": \"<string>\",\n            \"sync_mode\": \"HISTORY\",\n            \"supports_columns_config\": \"<boolean>\"\n          }\n        }\n      }\n    },\n    \"enable_new_by_default\": \"<boolean>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Update a Connection Table Config",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"enabled\": \"<boolean>\",\n  \"columns\": {\n    \"column\": {\n      \"enabled\": \"<boolean>\",\n      \"hashed\": \"<boolean>\",\n      \"is_primary_key\": \"<boolean>\",\n      \"masking_algorithm\": \"HASHED\"\n    }\n  },\n  \"sync_mode\": \"HISTORY\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/:schemaName/tables/:tableName",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"schemas",
								":schemaName",
								"tables",
								":tableName"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								},
								{
									"key": "schemaName",
									"value": "<string>",
									"description": "(Required) The database schema name within your destination (different from the connection schema)"
								},
								{
									"key": "tableName",
									"value": "<string>",
									"description": "(Required) The table name within your database schema"
								}
							]
						},
						"description": "Updates the table config within your database schema for an existing connection within your Fivetran account"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"enabled\": \"<boolean>\",\n  \"columns\": {\n    \"column\": {\n      \"enabled\": \"<boolean>\",\n      \"hashed\": \"<boolean>\",\n      \"is_primary_key\": \"<boolean>\",\n      \"masking_algorithm\": \"HASHED\"\n    }\n  },\n  \"sync_mode\": \"HISTORY\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/:schemaName/tables/:tableName",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"schemas",
										":schemaName",
										"tables",
										":tableName"
									],
									"variable": [
										{
											"key": "connectionId"
										},
										{
											"key": "schemaName"
										},
										{
											"key": "tableName"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"schema_change_handling\": \"ALLOW_COLUMNS\",\n    \"schemas\": {\n      \"schema\": {\n        \"enabled\": \"<boolean>\",\n        \"name_in_destination\": \"<string>\",\n        \"tables\": {\n          \"table\": {\n            \"columns\": {\n              \"column\": {\n                \"enabled\": \"<boolean>\",\n                \"enabled_patch_settings\": {\n                  \"allowed\": \"<boolean>\",\n                  \"reason\": \"<string>\",\n                  \"reason_code\": \"SYSTEM_COLUMN\"\n                },\n                \"hashed\": \"<boolean>\",\n                \"name_in_destination\": \"<string>\",\n                \"is_primary_key\": \"<boolean>\"\n              }\n            },\n            \"enabled\": \"<boolean>\",\n            \"enabled_patch_settings\": {\n              \"allowed\": \"<boolean>\",\n              \"reason\": \"<string>\",\n              \"reason_code\": \"SYSTEM_TABLE\"\n            },\n            \"name_in_destination\": \"<string>\",\n            \"sync_mode\": \"HISTORY\",\n            \"supports_columns_config\": \"<boolean>\"\n          }\n        }\n      }\n    },\n    \"enable_new_by_default\": \"<boolean>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Update a Connection Database Schema Config",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"enabled\": \"<boolean>\",\n  \"tables\": {\n    \"table\": {\n      \"enabled\": \"<boolean>\",\n      \"columns\": {\n        \"column\": {\n          \"enabled\": \"<boolean>\",\n          \"hashed\": \"<boolean>\",\n          \"is_primary_key\": \"<boolean>\",\n          \"masking_algorithm\": \"ENCRYPTED\"\n        }\n      },\n      \"sync_mode\": \"SOFT_DELETE\"\n    }\n  }\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/:schemaName",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"connections",
								":connectionId",
								"schemas",
								":schemaName"
							],
							"variable": [
								{
									"key": "connectionId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the connection within the Fivetran system"
								},
								{
									"key": "schemaName",
									"value": "<string>",
									"description": "(Required) The database schema name within your destination (different from the connection schema)"
								}
							]
						},
						"description": "Updates the database schema config for an existing connection within your Fivetran account (for a single schema within a connection with multiple schemas). \n\n> NOTE: The response contains only the difference between your selections and the schema config. The schema config includes schemas, tables, and columns. If you have not specified any schema configurations that differ from the default, the response will consist of only the top schema level. For more information, see also the [Connection Schema config](https://fivetran.com/docs/rest-api/tutorials/connection-schema-configuration-use-cases) tutorial. \n\nIn this API call, the NetSuite SuiteAnalytics, Salesforce and Salesforce Sandbox connectors always return the schema name as 'netsuite' and 'salesforce', respectively. \n\nFor more information about this API call for the Oracle Fusion Cloud Applications connectors, see our [Schema information](https://fivetran.com/docs/connectors/applications/oracle-fusion-cloud-applications#schemainformation) documentation.\n"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"enabled\": \"<boolean>\",\n  \"tables\": {\n    \"table\": {\n      \"enabled\": \"<boolean>\",\n      \"columns\": {\n        \"column\": {\n          \"enabled\": \"<boolean>\",\n          \"hashed\": \"<boolean>\",\n          \"is_primary_key\": \"<boolean>\",\n          \"masking_algorithm\": \"ENCRYPTED\"\n        }\n      },\n      \"sync_mode\": \"SOFT_DELETE\"\n    }\n  }\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/connections/:connectionId/schemas/:schemaName",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"connections",
										":connectionId",
										"schemas",
										":schemaName"
									],
									"variable": [
										{
											"key": "connectionId"
										},
										{
											"key": "schemaName"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"schema_change_handling\": \"ALLOW_COLUMNS\",\n    \"schemas\": {\n      \"schema\": {\n        \"enabled\": \"<boolean>\",\n        \"name_in_destination\": \"<string>\",\n        \"tables\": {\n          \"table\": {\n            \"columns\": {\n              \"column\": {\n                \"enabled\": \"<boolean>\",\n                \"enabled_patch_settings\": {\n                  \"allowed\": \"<boolean>\",\n                  \"reason\": \"<string>\",\n                  \"reason_code\": \"SYSTEM_COLUMN\"\n                },\n                \"hashed\": \"<boolean>\",\n                \"name_in_destination\": \"<string>\",\n                \"is_primary_key\": \"<boolean>\"\n              }\n            },\n            \"enabled\": \"<boolean>\",\n            \"enabled_patch_settings\": {\n              \"allowed\": \"<boolean>\",\n              \"reason\": \"<string>\",\n              \"reason_code\": \"SYSTEM_TABLE\"\n            },\n            \"name_in_destination\": \"<string>\",\n            \"sync_mode\": \"HISTORY\",\n            \"supports_columns_config\": \"<boolean>\"\n          }\n        }\n      }\n    },\n    \"enable_new_by_default\": \"<boolean>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				}
			]
		},
		{
			"name": "Destination Management",
			"item": [
				{
					"name": "List all destinations within account",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/destinations?cursor=<string>&limit=<integer>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"destinations"
							],
							"query": [
								{
									"key": "cursor",
									"value": "<string>"
								},
								{
									"key": "limit",
									"value": "<integer>"
								}
							]
						},
						"description": "Returns a list of all accessible destinations within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/destinations?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>"
										},
										{
											"key": "limit",
											"value": "<integer>"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"group_id\": \"<string>\",\n        \"id\": \"<string>\",\n        \"region\": \"AZURE_WESTEUROPE\",\n        \"service\": \"<string>\",\n        \"setup_status\": \"INCOMPLETE\",\n        \"time_zone_offset\": \"+2\",\n        \"networking_method\": \"Directly\",\n        \"daylight_saving_time_enabled\": \"<boolean>\",\n        \"local_processing_agent_id\": \"<string>\",\n        \"private_link_id\": \"<string>\",\n        \"proxy_agent_id\": \"<string>\",\n        \"hybrid_deployment_agent_id\": \"<string>\"\n      },\n      {\n        \"group_id\": \"<string>\",\n        \"id\": \"<string>\",\n        \"region\": \"GCP_ASIA_SOUTH1\",\n        \"service\": \"<string>\",\n        \"setup_status\": \"BROKEN\",\n        \"time_zone_offset\": \"+5\",\n        \"networking_method\": \"ProxyAgent\",\n        \"daylight_saving_time_enabled\": \"<boolean>\",\n        \"local_processing_agent_id\": \"<string>\",\n        \"private_link_id\": \"<string>\",\n        \"proxy_agent_id\": \"<string>\",\n        \"hybrid_deployment_agent_id\": \"<string>\"\n      }\n    ],\n    \"next_cursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Create destination",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"group_id\": \"<string>\",\n  \"service\": \"<string>\",\n  \"time_zone_offset\": \"+5\",\n  \"region\": \"AZURE_UKSOUTH\",\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\",\n  \"run_setup_tests\": \"<boolean>\",\n  \"daylight_saving_time_enabled\": \"<boolean>\",\n  \"local_processing_agent_id\": \"<string>\",\n  \"hybrid_deployment_agent_id\": \"<string>\",\n  \"private_link_id\": \"<string>\",\n  \"networking_method\": \"Directly\",\n  \"proxy_agent_id\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/destinations",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"destinations"
							]
						},
						"description": "Creates a new destination within a specified group in your Fivetran account. IMPORTANT: Groups and destinations are mapped 1:1 to each other. We do this mapping using the group's `id` value that we automatically generate when you create a group, and the destination's `group_id` value that you specify when you create a destination. This means that you must create a group in your Fivetran account before you can create a destination in it."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"group_id\": \"<string>\",\n  \"service\": \"<string>\",\n  \"time_zone_offset\": \"+5\",\n  \"region\": \"AZURE_UKSOUTH\",\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\",\n  \"run_setup_tests\": \"<boolean>\",\n  \"daylight_saving_time_enabled\": \"<boolean>\",\n  \"local_processing_agent_id\": \"<string>\",\n  \"hybrid_deployment_agent_id\": \"<string>\",\n  \"private_link_id\": \"<string>\",\n  \"networking_method\": \"Directly\",\n  \"proxy_agent_id\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/destinations",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"group_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"region\": \"AWS_US_EAST_2\",\n    \"service\": \"<string>\",\n    \"setup_status\": \"INCOMPLETE\",\n    \"time_zone_offset\": \"+12\",\n    \"networking_method\": \"SshTunnel\",\n    \"daylight_saving_time_enabled\": \"<boolean>\",\n    \"setup_tests\": [\n      {\n        \"status\": \"PASSED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      },\n      {\n        \"status\": \"JOB_FAILED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      }\n    ],\n    \"local_processing_agent_id\": \"<string>\",\n    \"private_link_id\": \"<string>\",\n    \"proxy_agent_id\": \"<string>\",\n    \"hybrid_deployment_agent_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Bad request",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"group_id\": \"<string>\",\n  \"service\": \"<string>\",\n  \"time_zone_offset\": \"+5\",\n  \"region\": \"AZURE_UKSOUTH\",\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\",\n  \"run_setup_tests\": \"<boolean>\",\n  \"daylight_saving_time_enabled\": \"<boolean>\",\n  \"local_processing_agent_id\": \"<string>\",\n  \"hybrid_deployment_agent_id\": \"<string>\",\n  \"private_link_id\": \"<string>\",\n  \"networking_method\": \"Directly\",\n  \"proxy_agent_id\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/destinations",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"examples\": {\n    \"service_not_supported\": {\n      \"value\": {\n        \"code\": \"InvalidInput\",\n        \"message\": \"Unsupported service 'service_id'\"\n      }\n    },\n    \"invalid_input_group_id\": {\n      \"value\": {\n        \"code\": \"InvalidInput\",\n        \"message\": \"Field 'group_id' is required\"\n      }\n    },\n    \"invalid_input_service\": {\n      \"value\": {\n        \"code\": \"InvalidInput\",\n        \"message\": \"Field 'service' is required\"\n      }\n    }\n  }\n}"
						},
						{
							"name": "Not found",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"group_id\": \"<string>\",\n  \"service\": \"<string>\",\n  \"time_zone_offset\": \"+5\",\n  \"region\": \"AZURE_UKSOUTH\",\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\",\n  \"run_setup_tests\": \"<boolean>\",\n  \"daylight_saving_time_enabled\": \"<boolean>\",\n  \"local_processing_agent_id\": \"<string>\",\n  \"hybrid_deployment_agent_id\": \"<string>\",\n  \"private_link_id\": \"<string>\",\n  \"networking_method\": \"Directly\",\n  \"proxy_agent_id\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/destinations",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations"
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"examples\": {\n    \"group_not_found\": {\n      \"value\": {\n        \"code\": \"NotFound\",\n        \"message\": \"Destination with id <groupId> not found\"\n      }\n    }\n  }\n}"
						}
					]
				},
				{
					"name": "Retrieve Destination Details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/destinations/:destinationId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"destinations",
								":destinationId"
							],
							"variable": [
								{
									"key": "destinationId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the destination within your Fivetran account."
								}
							]
						},
						"description": "Returns a destination object if a valid identifier was provided."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId"
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"group_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"region\": \"GCP_NORTHAMERICA_NORTHEAST1\",\n    \"service\": \"<string>\",\n    \"setup_status\": \"BROKEN\",\n    \"time_zone_offset\": \"+9\",\n    \"networking_method\": \"ProxyAgent\",\n    \"daylight_saving_time_enabled\": \"<boolean>\",\n    \"setup_tests\": [\n      {\n        \"status\": \"WARNING\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      },\n      {\n        \"status\": \"JOB_FAILED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      }\n    ],\n    \"local_processing_agent_id\": \"<string>\",\n    \"private_link_id\": \"<string>\",\n    \"proxy_agent_id\": \"<string>\",\n    \"hybrid_deployment_agent_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Not found error",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId"
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Update a Destination",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"time_zone_offset\": \"-4\",\n  \"region\": \"GCP_ASIA_SOUTH1\",\n  \"config\": {\n    \"description\": \"The setup configuration. Check possible config formats in [create method](/docs/rest-api/api-reference/destinations/create-destination/)\"\n  },\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\",\n  \"networking_method\": \"PrivateLink\",\n  \"run_setup_tests\": \"<boolean>\",\n  \"daylight_saving_time_enabled\": \"<boolean>\",\n  \"local_processing_agent_id\": \"<string>\",\n  \"private_link_id\": \"<string>\",\n  \"proxy_agent_id\": \"<string>\",\n  \"hybrid_deployment_agent_id\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/destinations/:destinationId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"destinations",
								":destinationId"
							],
							"variable": [
								{
									"key": "destinationId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the destination within your Fivetran account."
								}
							]
						},
						"description": "Updates information for an existing destination within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"time_zone_offset\": \"-4\",\n  \"region\": \"GCP_ASIA_SOUTH1\",\n  \"config\": {\n    \"description\": \"The setup configuration. Check possible config formats in [create method](/docs/rest-api/api-reference/destinations/create-destination/)\"\n  },\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\",\n  \"networking_method\": \"PrivateLink\",\n  \"run_setup_tests\": \"<boolean>\",\n  \"daylight_saving_time_enabled\": \"<boolean>\",\n  \"local_processing_agent_id\": \"<string>\",\n  \"private_link_id\": \"<string>\",\n  \"proxy_agent_id\": \"<string>\",\n  \"hybrid_deployment_agent_id\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId"
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"group_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"region\": \"GCP_NORTHAMERICA_NORTHEAST1\",\n    \"service\": \"<string>\",\n    \"setup_status\": \"BROKEN\",\n    \"time_zone_offset\": \"+9\",\n    \"networking_method\": \"ProxyAgent\",\n    \"daylight_saving_time_enabled\": \"<boolean>\",\n    \"setup_tests\": [\n      {\n        \"status\": \"WARNING\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      },\n      {\n        \"status\": \"JOB_FAILED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      }\n    ],\n    \"local_processing_agent_id\": \"<string>\",\n    \"private_link_id\": \"<string>\",\n    \"proxy_agent_id\": \"<string>\",\n    \"hybrid_deployment_agent_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Not found error",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"time_zone_offset\": \"-4\",\n  \"region\": \"GCP_ASIA_SOUTH1\",\n  \"config\": {\n    \"description\": \"The setup configuration. Check possible config formats in [create method](/docs/rest-api/api-reference/destinations/create-destination/)\"\n  },\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\",\n  \"networking_method\": \"PrivateLink\",\n  \"run_setup_tests\": \"<boolean>\",\n  \"daylight_saving_time_enabled\": \"<boolean>\",\n  \"local_processing_agent_id\": \"<string>\",\n  \"private_link_id\": \"<string>\",\n  \"proxy_agent_id\": \"<string>\",\n  \"hybrid_deployment_agent_id\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId"
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Delete a destination",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/destinations/:destinationId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"destinations",
								":destinationId"
							],
							"variable": [
								{
									"key": "destinationId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the destination within your Fivetran account."
								}
							]
						},
						"description": "Deletes a destination from your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId"
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Not found error",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId"
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						},
						{
							"name": "Conflict error",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId"
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "Conflict",
							"code": 409,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Run Destination Setup Tests",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/destinations/:destinationId/test",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"destinations",
								":destinationId",
								"test"
							],
							"variable": [
								{
									"key": "destinationId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the destination within your Fivetran account."
								}
							]
						},
						"description": "Runs the setup tests for an existing destination within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/test",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"test"
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"group_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"region\": \"GCP_NORTHAMERICA_NORTHEAST1\",\n    \"service\": \"<string>\",\n    \"setup_status\": \"BROKEN\",\n    \"time_zone_offset\": \"+9\",\n    \"networking_method\": \"ProxyAgent\",\n    \"daylight_saving_time_enabled\": \"<boolean>\",\n    \"setup_tests\": [\n      {\n        \"status\": \"WARNING\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      },\n      {\n        \"status\": \"JOB_FAILED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      }\n    ],\n    \"local_processing_agent_id\": \"<string>\",\n    \"private_link_id\": \"<string>\",\n    \"proxy_agent_id\": \"<string>\",\n    \"hybrid_deployment_agent_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Not found error",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"trust_certificates\": \"<boolean>\",\n  \"trust_fingerprints\": \"<boolean>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/destinations/:destinationId/test",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"destinations",
										":destinationId",
										"test"
									],
									"variable": [
										{
											"key": "destinationId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				}
			]
		},
		{
			"name": "Group Management",
			"item": [
				{
					"name": "User Memberships",
					"item": [
						{
							"name": "List All Users within a Group",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/groups/:groupId/users?cursor=<string>&limit=<integer>&active=<boolean>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"groups",
										":groupId",
										"users"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										},
										{
											"key": "active",
											"value": "<boolean>"
										}
									],
									"variable": [
										{
											"key": "groupId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the group within the Fivetran system."
										}
									]
								},
								"description": "Returns a list of information about all users within a group in your Fivetran account."
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/groups/:groupId/users?cursor=<string>&limit=<integer>&active=<boolean>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"groups",
												":groupId",
												"users"
											],
											"query": [
												{
													"key": "cursor",
													"value": "<string>",
													"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
												},
												{
													"key": "limit",
													"value": "<integer>",
													"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
												},
												{
													"key": "active",
													"value": "<boolean>"
												}
											],
											"variable": [
												{
													"key": "groupId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"active\": \"<boolean>\",\n        \"created_at\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"id\": \"<string>\",\n        \"logged_in_at\": \"<dateTime>\",\n        \"role\": \"<string>\",\n        \"verified\": \"<boolean>\",\n        \"invited\": \"<boolean>\",\n        \"picture\": \"<string>\",\n        \"phone\": \"<string>\",\n        \"given_name\": \"<string>\",\n        \"family_name\": \"<string>\"\n      },\n      {\n        \"active\": \"<boolean>\",\n        \"created_at\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"id\": \"<string>\",\n        \"logged_in_at\": \"<dateTime>\",\n        \"role\": \"<string>\",\n        \"verified\": \"<boolean>\",\n        \"invited\": \"<boolean>\",\n        \"picture\": \"<string>\",\n        \"phone\": \"<string>\",\n        \"given_name\": \"<string>\",\n        \"family_name\": \"<string>\"\n      }\n    ],\n    \"next_cursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								}
							]
						},
						{
							"name": "Add a User to a Group",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"email\": \"<string>\",\n  \"role\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/groups/:groupId/users",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"groups",
										":groupId",
										"users"
									],
									"variable": [
										{
											"key": "groupId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the group within the Fivetran system."
										}
									]
								},
								"description": "Adds an existing user to a group in your Fivetran account."
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"email\": \"<string>\",\n  \"role\": \"<string>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/v1/groups/:groupId/users",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"groups",
												":groupId",
												"users"
											],
											"variable": [
												{
													"key": "groupId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
								}
							]
						},
						{
							"name": "Remove a User from a Group",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/groups/:groupId/users/:userId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"groups",
										":groupId",
										"users",
										":userId"
									],
									"variable": [
										{
											"key": "groupId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the group within the Fivetran system."
										},
										{
											"key": "userId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the user within the Fivetran system."
										}
									]
								},
								"description": "Removes an existing user from a group in your Fivetran account."
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "DELETE",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/groups/:groupId/users/:userId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"groups",
												":groupId",
												"users",
												":userId"
											],
											"variable": [
												{
													"key": "groupId"
												},
												{
													"key": "userId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
								}
							]
						}
					]
				},
				{
					"name": "Connection Memberships",
					"item": [
						{
							"name": "List All Connections within a Group",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/groups/:groupId/connections?schema=<string>&cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"groups",
										":groupId",
										"connections"
									],
									"query": [
										{
											"key": "schema",
											"value": "<string>",
											"description": "The name used both as the connection's name within the Fivetran system and as the source schema's name within your destination."
										},
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									],
									"variable": [
										{
											"key": "groupId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the group within the Fivetran system."
										}
									]
								},
								"description": "Returns a list of information about all connections within a group in your Fivetran account."
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/groups/:groupId/connections?schema=<string>&cursor=<string>&limit=<integer>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"groups",
												":groupId",
												"connections"
											],
											"query": [
												{
													"key": "schema",
													"value": "<string>",
													"description": "The name used both as the connection's name within the Fivetran system and as the source schema's name within your destination."
												},
												{
													"key": "cursor",
													"value": "<string>",
													"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
												},
												{
													"key": "limit",
													"value": "<integer>",
													"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
												}
											],
											"variable": [
												{
													"key": "groupId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"connected_by\": \"<string>\",\n        \"created_at\": \"<dateTime>\",\n        \"group_id\": \"<string>\",\n        \"id\": \"<string>\",\n        \"pause_after_trial\": \"<boolean>\",\n        \"paused\": \"<boolean>\",\n        \"schedule_type\": \"<string>\",\n        \"schema\": \"<string>\",\n        \"service\": \"<string>\",\n        \"status\": {\n          \"is_historical_sync\": \"<boolean>\",\n          \"setup_state\": \"<string>\",\n          \"sync_state\": \"<string>\",\n          \"update_state\": \"<string>\",\n          \"tasks\": [\n            {\n              \"code\": \"<string>\",\n              \"message\": \"<string>\",\n              \"details\": \"<string>\"\n            },\n            {\n              \"code\": \"<string>\",\n              \"message\": \"<string>\",\n              \"details\": \"<string>\"\n            }\n          ],\n          \"warnings\": [\n            {\n              \"code\": \"<string>\",\n              \"message\": \"<string>\",\n              \"details\": \"<string>\"\n            },\n            {\n              \"code\": \"<string>\",\n              \"message\": \"<string>\",\n              \"details\": \"<string>\"\n            }\n          ],\n          \"schema_status\": \"<string>\",\n          \"rescheduled_for\": \"<dateTime>\"\n        },\n        \"sync_frequency\": \"<integer>\",\n        \"config\": {\n          \"in_2\": {},\n          \"aliqua__53\": {},\n          \"exercitation79\": {},\n          \"voluptated\": {},\n          \"id_1\": {}\n        },\n        \"daily_sync_time\": \"<string>\",\n        \"succeeded_at\": \"<dateTime>\",\n        \"setup_tests\": [\n          {\n            \"status\": \"WARNING\",\n            \"title\": \"<string>\",\n            \"message\": \"<string>\",\n            \"details\": {}\n          },\n          {\n            \"status\": \"SKIPPED\",\n            \"title\": \"<string>\",\n            \"message\": \"<string>\",\n            \"details\": {}\n          }\n        ],\n        \"source_sync_details\": {},\n        \"service_version\": \"<integer>\",\n        \"failed_at\": \"<dateTime>\",\n        \"private_link_id\": \"<string>\",\n        \"proxy_agent_id\": \"<string>\",\n        \"networking_method\": \"PrivateLink\",\n        \"connect_card\": {\n          \"token\": \"<string>\",\n          \"uri\": \"<string>\"\n        },\n        \"data_delay_threshold\": \"<integer>\",\n        \"data_delay_sensitivity\": \"LOW\",\n        \"local_processing_agent_id\": \"<string>\",\n        \"connect_card_config\": {\n          \"redirect_uri\": \"<string>\",\n          \"hide_setup_guide\": \"<boolean>\"\n        },\n        \"hybrid_deployment_agent_id\": \"<string>\"\n      },\n      {\n        \"connected_by\": \"<string>\",\n        \"created_at\": \"<dateTime>\",\n        \"group_id\": \"<string>\",\n        \"id\": \"<string>\",\n        \"pause_after_trial\": \"<boolean>\",\n        \"paused\": \"<boolean>\",\n        \"schedule_type\": \"<string>\",\n        \"schema\": \"<string>\",\n        \"service\": \"<string>\",\n        \"status\": {\n          \"is_historical_sync\": \"<boolean>\",\n          \"setup_state\": \"<string>\",\n          \"sync_state\": \"<string>\",\n          \"update_state\": \"<string>\",\n          \"tasks\": [\n            {\n              \"code\": \"<string>\",\n              \"message\": \"<string>\",\n              \"details\": \"<string>\"\n            },\n            {\n              \"code\": \"<string>\",\n              \"message\": \"<string>\",\n              \"details\": \"<string>\"\n            }\n          ],\n          \"warnings\": [\n            {\n              \"code\": \"<string>\",\n              \"message\": \"<string>\",\n              \"details\": \"<string>\"\n            },\n            {\n              \"code\": \"<string>\",\n              \"message\": \"<string>\",\n              \"details\": \"<string>\"\n            }\n          ],\n          \"schema_status\": \"<string>\",\n          \"rescheduled_for\": \"<dateTime>\"\n        },\n        \"sync_frequency\": \"<integer>\",\n        \"config\": {\n          \"consequatf\": {},\n          \"ut6_f\": {}\n        },\n        \"daily_sync_time\": \"<string>\",\n        \"succeeded_at\": \"<dateTime>\",\n        \"setup_tests\": [\n          {\n            \"status\": \"WARNING\",\n            \"title\": \"<string>\",\n            \"message\": \"<string>\",\n            \"details\": {}\n          },\n          {\n            \"status\": \"SKIPPED\",\n            \"title\": \"<string>\",\n            \"message\": \"<string>\",\n            \"details\": {}\n          }\n        ],\n        \"source_sync_details\": {},\n        \"service_version\": \"<integer>\",\n        \"failed_at\": \"<dateTime>\",\n        \"private_link_id\": \"<string>\",\n        \"proxy_agent_id\": \"<string>\",\n        \"networking_method\": \"PrivateLink\",\n        \"connect_card\": {\n          \"token\": \"<string>\",\n          \"uri\": \"<string>\"\n        },\n        \"data_delay_threshold\": \"<integer>\",\n        \"data_delay_sensitivity\": \"CUSTOM\",\n        \"local_processing_agent_id\": \"<string>\",\n        \"connect_card_config\": {\n          \"redirect_uri\": \"<string>\",\n          \"hide_setup_guide\": \"<boolean>\"\n        },\n        \"hybrid_deployment_agent_id\": \"<string>\"\n      }\n    ],\n    \"next_cursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								}
							]
						}
					]
				},
				{
					"name": "List All Groups",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/groups?cursor=<string>&limit=<integer>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"groups"
							],
							"query": [
								{
									"key": "cursor",
									"value": "<string>",
									"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
								},
								{
									"key": "limit",
									"value": "<integer>",
									"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
								}
							]
						},
						"description": "Returns a list of all groups within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/groups?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"groups"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"created_at\": \"<dateTime>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\"\n      },\n      {\n        \"created_at\": \"<dateTime>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    ],\n    \"next_cursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Create a Group",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/groups",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"groups"
							]
						},
						"description": "Creates a new group in your Fivetran account. IMPORTANT: Groups and destinations are mapped 1:1 to each other. We do this mapping using the group's `id` value that we automatically generate when you create a group, and the destination's `group_id` value that you specify when you create a destination. This means that you must create a group in your Fivetran account before you can create a destination in it."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/groups",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"groups"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<string>\",\n    \"name\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Retrieve Group Details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/groups/:groupId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"groups",
								":groupId"
							],
							"variable": [
								{
									"key": "groupId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the group within the Fivetran system."
								}
							]
						},
						"description": "Returns a group object if a valid identifier was provided."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/groups/:groupId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"groups",
										":groupId"
									],
									"variable": [
										{
											"key": "groupId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<string>\",\n    \"name\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Delete a group",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/groups/:groupId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"groups",
								":groupId"
							],
							"variable": [
								{
									"key": "groupId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the group within the Fivetran system."
								}
							]
						},
						"description": "Deletes a group from your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/groups/:groupId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"groups",
										":groupId"
									],
									"variable": [
										{
											"key": "groupId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Update a Group",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/groups/:groupId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"groups",
								":groupId"
							],
							"variable": [
								{
									"key": "groupId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the group within the Fivetran system."
								}
							]
						},
						"description": "Updates information for an existing group within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/groups/:groupId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"groups",
										":groupId"
									],
									"variable": [
										{
											"key": "groupId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<string>\",\n    \"name\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Retrieve Group Public SSH Key",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/groups/:groupId/public-key",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"groups",
								":groupId",
								"public-key"
							],
							"variable": [
								{
									"key": "groupId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the group within the Fivetran system."
								}
							]
						},
						"description": "Returns public key from SSH key pair associated with the group."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/groups/:groupId/public-key",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"groups",
										":groupId",
										"public-key"
									],
									"variable": [
										{
											"key": "groupId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"public_key\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Retrieve Group Service Account",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/groups/:groupId/service-account",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"groups",
								":groupId",
								"service-account"
							],
							"variable": [
								{
									"key": "groupId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the group within the Fivetran system."
								}
							]
						},
						"description": "Returns Fivetran service account associated with the group."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/groups/:groupId/service-account",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"groups",
										":groupId",
										"service-account"
									],
									"variable": [
										{
											"key": "groupId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"service_account\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				}
			]
		},
		{
			"name": "HVR Registration Management",
			"item": [
				{
					"name": "Register Hub",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"fingerprint\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"hub_server_url\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/hvr/register-hub",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"hvr",
								"register-hub"
							]
						},
						"description": "Register a new hub within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"fingerprint\": \"<string>\",\n  \"port\": \"<integer>\",\n  \"hub_server_url\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/hvr/register-hub",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"hvr",
										"register-hub"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"access_token\": \"<string>\",\n    \"registration_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				}
			]
		},
		{
			"name": "Hybrid Deployment Agents Management",
			"item": [
				{
					"name": "List Hybrid Deployment Agents",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/hybrid-deployment-agents?groupId=<string>&cursor=<string>&limit=<integer>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"hybrid-deployment-agents"
							],
							"query": [
								{
									"key": "groupId",
									"value": "<string>",
									"description": "The Fivetran Group Id."
								},
								{
									"key": "cursor",
									"value": "<string>"
								},
								{
									"key": "limit",
									"value": "<integer>"
								}
							]
						},
						"description": "Returns list of all Hybrid Deployment Agents within your Fivetran account, along with usage. Optionally filtered to a single group."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/hybrid-deployment-agents?groupId=<string>&cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"hybrid-deployment-agents"
									],
									"query": [
										{
											"key": "groupId",
											"value": "<string>",
											"description": "The Fivetran Group Id."
										},
										{
											"key": "cursor",
											"value": "<string>"
										},
										{
											"key": "limit",
											"value": "<integer>"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"display_name\": \"<string>\",\n        \"group_id\": \"<string>\",\n        \"id\": \"<string>\",\n        \"registered_at\": \"<dateTime>\",\n        \"usage\": [\n          {\n            \"connection_id\": \"<string>\",\n            \"schema\": \"<string>\",\n            \"service\": \"<string>\"\n          },\n          {\n            \"connection_id\": \"<string>\",\n            \"schema\": \"<string>\",\n            \"service\": \"<string>\"\n          }\n        ]\n      },\n      {\n        \"display_name\": \"<string>\",\n        \"group_id\": \"<string>\",\n        \"id\": \"<string>\",\n        \"registered_at\": \"<dateTime>\",\n        \"usage\": [\n          {\n            \"connection_id\": \"<string>\",\n            \"schema\": \"<string>\",\n            \"service\": \"<string>\"\n          },\n          {\n            \"connection_id\": \"<string>\",\n            \"schema\": \"<string>\",\n            \"service\": \"<string>\"\n          }\n        ]\n      }\n    ],\n    \"next_cursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Create a Hybrid Deployment Agent",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"accept_terms\": \"<boolean>\",\n  \"display_name\": \"<string>\",\n  \"env_type\": \"PODMAN\",\n  \"auth_type\": \"MANUAL\",\n  \"group_id\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/hybrid-deployment-agents",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"hybrid-deployment-agents"
							]
						},
						"description": "Creates a new Hybrid Deployment Agent in a group."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"accept_terms\": \"<boolean>\",\n  \"display_name\": \"<string>\",\n  \"env_type\": \"PODMAN\",\n  \"auth_type\": \"MANUAL\",\n  \"group_id\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/hybrid-deployment-agents",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"hybrid-deployment-agents"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"display_name\": \"<string>\",\n    \"group_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"registered_at\": \"<dateTime>\",\n    \"files\": {\n      \"auth_json\": \"<string>\",\n      \"config_json\": \"<string>\",\n      \"docker_compose_yaml\": \"<string>\"\n    },\n    \"token\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Missing name or license not accepted in the payload.",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"accept_terms\": \"<boolean>\",\n  \"display_name\": \"<string>\",\n  \"env_type\": \"PODMAN\",\n  \"auth_type\": \"MANUAL\",\n  \"group_id\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/hybrid-deployment-agents",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"hybrid-deployment-agents"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						},
						{
							"name": "Group not found.",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"accept_terms\": \"<boolean>\",\n  \"display_name\": \"<string>\",\n  \"env_type\": \"PODMAN\",\n  \"auth_type\": \"MANUAL\",\n  \"group_id\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/hybrid-deployment-agents",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"hybrid-deployment-agents"
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Returns Hybrid Deployment Agent Details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/hybrid-deployment-agents/:agentId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"hybrid-deployment-agents",
								":agentId"
							],
							"variable": [
								{
									"key": "agentId",
									"value": "<string>",
									"description": "(Required) Hybrid Deployment Agent Id"
								}
							]
						},
						"description": "Returns Hybrid Deployment Agent Details."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/hybrid-deployment-agents/:agentId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"hybrid-deployment-agents",
										":agentId"
									],
									"variable": [
										{
											"key": "agentId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"display_name\": \"<string>\",\n    \"group_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"registered_at\": \"<dateTime>\",\n    \"usage\": [\n      {\n        \"connection_id\": \"<string>\",\n        \"schema\": \"<string>\",\n        \"service\": \"<string>\"\n      },\n      {\n        \"connection_id\": \"<string>\",\n        \"schema\": \"<string>\",\n        \"service\": \"<string>\"\n      }\n    ]\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Delete a Hybrid Deployment Agent",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/hybrid-deployment-agents/:agentId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"hybrid-deployment-agents",
								":agentId"
							],
							"variable": [
								{
									"key": "agentId",
									"value": "<string>",
									"description": "(Required) Hybrid Deployment Agent Id"
								}
							]
						},
						"description": "Delete a Hybrid Deployment Agent."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/hybrid-deployment-agents/:agentId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"hybrid-deployment-agents",
										":agentId"
									],
									"variable": [
										{
											"key": "agentId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Hybrid Deployment Agent not found.",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/hybrid-deployment-agents/:agentId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"hybrid-deployment-agents",
										":agentId"
									],
									"variable": [
										{
											"key": "agentId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Reset credentials",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/hybrid-deployment-agents/:agentId/reset-credentials",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"hybrid-deployment-agents",
								":agentId",
								"reset-credentials"
							],
							"variable": [
								{
									"key": "agentId",
									"value": "<string>",
									"description": "(Required) Hybrid Deployment Agent Id"
								}
							]
						},
						"description": "Reset credentials for a Hybrid Deployment Agent."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/hybrid-deployment-agents/:agentId/reset-credentials",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"hybrid-deployment-agents",
										":agentId",
										"reset-credentials"
									],
									"variable": [
										{
											"key": "agentId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Hybrid Deployment Agent not found",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/hybrid-deployment-agents/:agentId/reset-credentials",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"hybrid-deployment-agents",
										":agentId",
										"reset-credentials"
									],
									"variable": [
										{
											"key": "agentId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Regenerate authentication keys",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"auth_type\": \"MANUAL\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/hybrid-deployment-agents/:agentId/re-auth",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"hybrid-deployment-agents",
								":agentId",
								"re-auth"
							],
							"variable": [
								{
									"key": "agentId",
									"value": "<string>",
									"description": "(Required) Hybrid Deployment Agent Id"
								}
							]
						},
						"description": "Regenerate authentication for a Hybrid Deployment Agent."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"auth_type\": \"MANUAL\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/hybrid-deployment-agents/:agentId/re-auth",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"hybrid-deployment-agents",
										":agentId",
										"re-auth"
									],
									"variable": [
										{
											"key": "agentId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"display_name\": \"<string>\",\n    \"group_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"registered_at\": \"<dateTime>\",\n    \"files\": {\n      \"auth_json\": \"<string>\",\n      \"config_json\": \"<string>\",\n      \"docker_compose_yaml\": \"<string>\"\n    },\n    \"token\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Hybrid Deployment Agent not found in group.",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"auth_type\": \"MANUAL\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/hybrid-deployment-agents/:agentId/re-auth",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"hybrid-deployment-agents",
										":agentId",
										"re-auth"
									],
									"variable": [
										{
											"key": "agentId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				}
			],
			"auth": {
				"type": "basic",
				"basic": [
					{
						"key": "password",
						"value": "{{api_secret}}",
						"type": "string"
					},
					{
						"key": "username",
						"value": "{{api_key}}",
						"type": "string"
					}
				]
			},
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"packages": {},
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "Log Service Management",
			"item": [
				{
					"name": "List all Log Services",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/external-logging?cursor=<string>&limit=<integer>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"external-logging"
							],
							"query": [
								{
									"key": "cursor",
									"value": "<string>"
								},
								{
									"key": "limit",
									"value": "<integer>"
								}
							]
						},
						"description": "Returns a list of all accessible logging services within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/external-logging?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"external-logging"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>"
										},
										{
											"key": "limit",
											"value": "<integer>"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"enabled\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"service\": \"<string>\"\n      },\n      {\n        \"enabled\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"service\": \"<string>\"\n      }\n    ],\n    \"nextCursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Retrieve Log Service Details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/external-logging/:logId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"external-logging",
								":logId"
							],
							"variable": [
								{
									"key": "logId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the log service within the Fivetran system."
								}
							]
						},
						"description": "Returns a logging service object if a valid identifier was provided."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/external-logging/:logId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"external-logging",
										":logId"
									],
									"variable": [
										{
											"key": "logId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"enabled\": \"<boolean>\",\n    \"id\": \"<string>\",\n    \"service\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Create a Log Service",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"group_id\": \"<string>\",\n  \"service\": \"<string>\",\n  \"enabled\": \"<boolean>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/external-logging",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"external-logging"
							]
						},
						"description": "Creates a new logging service within a specified group in your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"group_id\": \"<string>\",\n  \"service\": \"<string>\",\n  \"enabled\": \"<boolean>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/external-logging",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"external-logging"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"enabled\": \"<boolean>\",\n    \"id\": \"<string>\",\n    \"service\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Run Log Service Setup Tests",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/external-logging/:logId/test",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"external-logging",
								":logId",
								"test"
							],
							"variable": [
								{
									"key": "logId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the log service within the Fivetran system."
								}
							]
						},
						"description": "Runs the setup tests for an existing logging service within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/external-logging/:logId/test",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"external-logging",
										":logId",
										"test"
									],
									"variable": [
										{
											"key": "logId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"setup_tests\": [\n      {\n        \"status\": \"JOB_FAILED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      },\n      {\n        \"status\": \"FAILED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      }\n    ]\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Update a Log Service",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"enabled\": \"<boolean>\",\n  \"config\": {\n    \"description\": \"The setup configuration. Check possible config formats in [create method](/docs/rest-api/api-reference/log-service-management/add-log-service/)\"\n  }\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/external-logging/:logId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"external-logging",
								":logId"
							],
							"variable": [
								{
									"key": "logId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the log service within the Fivetran system."
								}
							]
						},
						"description": "Updates information for an existing logging service within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"enabled\": \"<boolean>\",\n  \"config\": {\n    \"description\": \"The setup configuration. Check possible config formats in [create method](/docs/rest-api/api-reference/log-service-management/add-log-service/)\"\n  }\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/external-logging/:logId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"external-logging",
										":logId"
									],
									"variable": [
										{
											"key": "logId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"enabled\": \"<boolean>\",\n    \"id\": \"<string>\",\n    \"service\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Delete a Log Service",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/external-logging/:logId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"external-logging",
								":logId"
							],
							"variable": [
								{
									"key": "logId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the log service within the Fivetran system."
								}
							]
						},
						"description": "Deletes a logging service from your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/external-logging/:logId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"external-logging",
										":logId"
									],
									"variable": [
										{
											"key": "logId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						}
					]
				}
			]
		},
		{
			"name": "Private Links Management",
			"item": [
				{
					"name": "List All Private Links",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/private-links?cursor=<string>&limit=<integer>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"private-links"
							],
							"query": [
								{
									"key": "cursor",
									"value": "<string>",
									"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
								},
								{
									"key": "limit",
									"value": "<integer>",
									"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
								}
							]
						},
						"description": "Returns a list of all private links."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/private-links?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"private-links"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"cloud_provider\": \"AZURE\",\n        \"created_at\": \"<dateTime>\",\n        \"created_by\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"region\": \"AZURE_EASTUS2\",\n        \"service\": \"SYNAPSE_AZURE\",\n        \"state\": \"DESTROYING\",\n        \"state_summary\": \"<string>\",\n        \"account_id\": \"<string>\"\n      },\n      {\n        \"cloud_provider\": \"AZURE\",\n        \"created_at\": \"<dateTime>\",\n        \"created_by\": \"<string>\",\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"region\": \"AZURE_SOUTHEASTASIA\",\n        \"service\": \"DATABRICKS_AWS\",\n        \"state\": \"UPDATING\",\n        \"state_summary\": \"<string>\",\n        \"account_id\": \"<string>\"\n      }\n    ],\n    \"nextCursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Create a Private Link",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"<string>\",\n  \"region\": \"AWS_EU_WEST_1\",\n  \"service\": \"SYNAPSE_AZURE\",\n  \"config\": 83272811.22835681\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/private-links",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"private-links"
							]
						},
						"description": "Creates a new private link in your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": \"<string>\",\n  \"region\": \"AWS_EU_WEST_1\",\n  \"service\": \"SYNAPSE_AZURE\",\n  \"config\": 83272811.22835681\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/private-links",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"private-links"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"cloud_provider\": \"AZURE\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"<string>\",\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"region\": \"AWS_AP_SOUTHEAST_1\",\n    \"service\": \"REDSHIFT_AWS\",\n    \"state\": \"DESTROYING\",\n    \"state_summary\": \"<string>\",\n    \"account_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Retrieve Private Link Details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/private-links/:privateLinkId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"private-links",
								":privateLinkId"
							],
							"variable": [
								{
									"key": "privateLinkId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the private link within the Fivetran system"
								}
							]
						},
						"description": "Returns a private link object if a valid identifier was provided."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/private-links/:privateLinkId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"private-links",
										":privateLinkId"
									],
									"variable": [
										{
											"key": "privateLinkId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"cloud_provider\": \"AZURE\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"<string>\",\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"region\": \"AWS_AP_SOUTHEAST_1\",\n    \"service\": \"REDSHIFT_AWS\",\n    \"state\": \"DESTROYING\",\n    \"state_summary\": \"<string>\",\n    \"account_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Private Link not found",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/private-links/:privateLinkId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"private-links",
										":privateLinkId"
									],
									"variable": [
										{
											"key": "privateLinkId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Delete a Private Link",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/private-links/:privateLinkId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"private-links",
								":privateLinkId"
							],
							"variable": [
								{
									"key": "privateLinkId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the private link within the Fivetran system"
								}
							]
						},
						"description": "Deletes a private link from your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/private-links/:privateLinkId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"private-links",
										":privateLinkId"
									],
									"variable": [
										{
											"key": "privateLinkId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Private Link not found",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/private-links/:privateLinkId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"private-links",
										":privateLinkId"
									],
									"variable": [
										{
											"key": "privateLinkId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Update a Private Link",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/private-links/:privateLinkId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"private-links",
								":privateLinkId"
							],
							"variable": [
								{
									"key": "privateLinkId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the private link within the Fivetran system"
								}
							]
						},
						"description": "Updates information for an existing private link within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/private-links/:privateLinkId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"private-links",
										":privateLinkId"
									],
									"variable": [
										{
											"key": "privateLinkId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"cloud_provider\": \"AZURE\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"<string>\",\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"region\": \"AWS_AP_SOUTHEAST_1\",\n    \"service\": \"REDSHIFT_AWS\",\n    \"state\": \"DESTROYING\",\n    \"state_summary\": \"<string>\",\n    \"account_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Private Link not found",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/private-links/:privateLinkId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"private-links",
										":privateLinkId"
									],
									"variable": [
										{
											"key": "privateLinkId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				}
			]
		},
		{
			"name": "Proxy Agent Management",
			"item": [
				{
					"name": "Retrieves the details of the specified proxy agent.",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/proxy/:agentId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"proxy",
								":agentId"
							],
							"variable": [
								{
									"key": "agentId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the proxy agent within the Fivetran system."
								}
							]
						},
						"description": "Retrieve Proxy Agent Details"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/proxy/:agentId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"proxy",
										":agentId"
									],
									"variable": [
										{
											"key": "agentId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"id\": \"<string>\",\n  \"account_id\": \"<string>\",\n  \"registered_at\": \"<dateTime>\",\n  \"region\": \"GCP_US_CENTRAL1\",\n  \"created_by\": \"<string>\",\n  \"display_name\": \"<string>\"\n}"
						},
						{
							"name": "Proxy Agent not found",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/proxy/:agentId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"proxy",
										":agentId"
									],
									"variable": [
										{
											"key": "agentId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"examples\": {\n    \"proxy_not_found\": {\n      \"value\": {\n        \"code\": \"NotFound\",\n        \"message\": \"Proxy Agent not found.\"\n      }\n    }\n  }\n}"
						}
					]
				},
				{
					"name": "Returns a list of all proxy agents within your Fivetran account.",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/proxy?cursor=<string>&limit=<integer>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"proxy"
							],
							"query": [
								{
									"key": "cursor",
									"value": "<string>",
									"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
								},
								{
									"key": "limit",
									"value": "<integer>",
									"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
								}
							]
						},
						"description": "List all Proxy Agents"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/proxy?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"proxy"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"<string>\",\n        \"account_id\": \"<string>\",\n        \"registered_at\": \"<dateTime>\",\n        \"region\": \"AWS_EU_WEST_1\",\n        \"created_by\": \"<string>\",\n        \"display_name\": \"<string>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"account_id\": \"<string>\",\n        \"registered_at\": \"<dateTime>\",\n        \"region\": \"GCP_EUROPE_WEST3\",\n        \"created_by\": \"<string>\",\n        \"display_name\": \"<string>\"\n      }\n    ],\n    \"nextCursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Deletes the specified proxy agent from your Fivetran account.",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/proxy/:agentId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"proxy",
								":agentId"
							],
							"variable": [
								{
									"key": "agentId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the proxy agent within the Fivetran system."
								}
							]
						},
						"description": "Delete a Proxy Agent"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/proxy/:agentId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"proxy",
										":agentId"
									],
									"variable": [
										{
											"key": "agentId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Proxy agent not found.",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/proxy/:agentId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"proxy",
										":agentId"
									],
									"variable": [
										{
											"key": "agentId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"examples\": {\n    \"proxy_not_found\": {\n      \"value\": {\n        \"code\": \"NotFound\",\n        \"message\": \"Proxy Agent not found.\"\n      }\n    }\n  }\n}"
						},
						{
							"name": "Proxy agent have attached connections.",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/proxy/:agentId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"proxy",
										":agentId"
									],
									"variable": [
										{
											"key": "agentId"
										}
									]
								}
							},
							"status": "Conflict",
							"code": 409,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"examples\": {\n    \"proxy_has_connections\": {\n      \"value\": {\n        \"code\": \"Conflict\",\n        \"message\": \"Proxy agent have attached connections.\"\n      }\n    }\n  }\n}"
						}
					]
				},
				{
					"name": "Creates a new proxy agent within your Fivetran account.",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"display_name\": \"<string>\",\n  \"group_region\": \"GCP_NORTHAMERICA_NORTHEAST1\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/proxy",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"proxy"
							]
						},
						"description": "Create a Proxy Agent"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"display_name\": \"<string>\",\n  \"group_region\": \"GCP_NORTHAMERICA_NORTHEAST1\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/proxy",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"proxy"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"client_cert\": \"<string>\",\n    \"agent_id\": \"<string>\",\n    \"auth_token\": \"<string>\",\n    \"client_private_key\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Group region not supported",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"display_name\": \"<string>\",\n  \"group_region\": \"GCP_NORTHAMERICA_NORTHEAST1\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/proxy",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"proxy"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"examples\": {\n    \"group_region_not_found\": {\n      \"value\": {\n        \"code\": \"InvalidInput\",\n        \"message\": \"Group region not supported.\"\n      }\n    }\n  }\n}"
						},
						{
							"name": "Proxy agent with same name already exists.",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"display_name\": \"<string>\",\n  \"group_region\": \"GCP_NORTHAMERICA_NORTHEAST1\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/proxy",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"proxy"
									]
								}
							},
							"status": "Conflict",
							"code": 409,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"examples\": {\n    \"proxy_name_conflict\": {\n      \"value\": {\n        \"code\": \"Conflict\",\n        \"message\": \"Proxy agent with same name already exists.\"\n      }\n    }\n  }\n}"
						}
					]
				},
				{
					"name": "Returns all connections attached to the specified proxy agent within your Fivetran account.",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/proxy/:agentId/connections?cursor=<string>&limit=<integer>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"proxy",
								":agentId",
								"connections"
							],
							"query": [
								{
									"key": "cursor",
									"value": "<string>",
									"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
								},
								{
									"key": "limit",
									"value": "<integer>",
									"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
								}
							],
							"variable": [
								{
									"key": "agentId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the proxy agent within the Fivetran system."
								}
							]
						},
						"description": "Return all connections attached to the proxy agent"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/proxy/:agentId/connections?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"proxy",
										":agentId",
										"connections"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									],
									"variable": [
										{
											"key": "agentId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"connection_id\": \"<string>\"\n      },\n      {\n        \"connection_id\": \"<string>\"\n      }\n    ],\n    \"nextCursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Proxy Agent not found",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/proxy/:agentId/connections?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"proxy",
										":agentId",
										"connections"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									],
									"variable": [
										{
											"key": "agentId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"examples\": {\n    \"proxy_not_found\": {\n      \"value\": {\n        \"code\": \"NotFound\",\n        \"message\": \"Proxy Agent not found.\"\n      }\n    }\n  }\n}"
						}
					]
				}
			]
		},
		{
			"name": "Role Management",
			"item": [
				{
					"name": "List all roles",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/roles?cursor=<string>&limit=<integer>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"roles"
							],
							"query": [
								{
									"key": "cursor",
									"value": "<string>",
									"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
								},
								{
									"key": "limit",
									"value": "<integer>",
									"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
								}
							]
						},
						"description": "Returns a list of all predefined and custom roles within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/roles?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"roles"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"is_custom\": \"<boolean>\",\n        \"is_deprecated\": \"<boolean>\",\n        \"name\": \"<string>\",\n        \"replacement_role_name\": \"<string>\",\n        \"scope\": \"CONNECTOR\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"is_custom\": \"<boolean>\",\n        \"is_deprecated\": \"<boolean>\",\n        \"name\": \"<string>\",\n        \"replacement_role_name\": \"<string>\",\n        \"scope\": \"TEAM\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"next_cursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				}
			]
		},
		{
			"name": "System Keys Management",
			"item": [
				{
					"name": "List all System Keys",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/system-keys?cursor=<string>&limit=<integer>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"system-keys"
							],
							"query": [
								{
									"key": "cursor",
									"value": "<string>",
									"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
								},
								{
									"key": "limit",
									"value": "<integer>",
									"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
								}
							]
						},
						"description": "Returns a list of system keys within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/system-keys?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"system-keys"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"key\": \"<string>\",\n        \"secret\": \"<string>\",\n        \"permissions\": [\n          {\n            \"resource_filter\": {\n              \"ids\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"group_ids\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"access_level\": \"READ\",\n            \"resource_type\": \"TRANSFORMATION\"\n          },\n          {\n            \"resource_filter\": {\n              \"ids\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"group_ids\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"access_level\": \"MANAGE\",\n            \"resource_type\": \"REMOTE_EXECUTION_AGENT\"\n          }\n        ],\n        \"created_at\": \"<dateTime>\",\n        \"expired_at\": \"<dateTime>\",\n        \"last_used_at\": \"<dateTime>\",\n        \"updated_at\": \"<dateTime>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"key\": \"<string>\",\n        \"secret\": \"<string>\",\n        \"permissions\": [\n          {\n            \"resource_filter\": {\n              \"ids\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"group_ids\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"access_level\": \"NONE\",\n            \"resource_type\": \"ROLES\"\n          },\n          {\n            \"resource_filter\": {\n              \"ids\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"group_ids\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"access_level\": \"MANAGE\",\n            \"resource_type\": \"CONNECTOR\"\n          }\n        ],\n        \"created_at\": \"<dateTime>\",\n        \"expired_at\": \"<dateTime>\",\n        \"last_used_at\": \"<dateTime>\",\n        \"updated_at\": \"<dateTime>\"\n      }\n    ],\n    \"nextCursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Create a new System Key",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"<string>\",\n  \"expiration_period\": \"ONE_WEEK\",\n  \"permissions\": [\n    {\n      \"resource_type\": \"ROLES\",\n      \"access_level\": \"READ\",\n      \"resource_filter\": {\n        \"ids\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"group_ids\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"resource_type\": \"REMOTE_EXECUTION_AGENT\",\n      \"access_level\": \"READ\",\n      \"resource_filter\": {\n        \"ids\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"group_ids\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/system-keys",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"system-keys"
							]
						},
						"description": "Creates a new system key with your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": \"<string>\",\n  \"expiration_period\": \"ONE_WEEK\",\n  \"permissions\": [\n    {\n      \"resource_type\": \"ROLES\",\n      \"access_level\": \"READ\",\n      \"resource_filter\": {\n        \"ids\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"group_ids\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"resource_type\": \"REMOTE_EXECUTION_AGENT\",\n      \"access_level\": \"READ\",\n      \"resource_filter\": {\n        \"ids\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"group_ids\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/system-keys",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"system-keys"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"key\": \"<string>\",\n    \"secret\": \"<string>\",\n    \"permissions\": [\n      {\n        \"resource_filter\": {\n          \"ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"group_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"access_level\": \"NONE\",\n        \"resource_type\": \"ACCOUNT\"\n      },\n      {\n        \"resource_filter\": {\n          \"ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"group_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"access_level\": \"MANAGE\",\n        \"resource_type\": \"USER\"\n      }\n    ],\n    \"created_at\": \"<dateTime>\",\n    \"expired_at\": \"<dateTime>\",\n    \"last_used_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Retrieve System Key details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/system-keys/:keyId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"system-keys",
								":keyId"
							],
							"variable": [
								{
									"key": "keyId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the system key within your Fivetran account."
								}
							]
						},
						"description": "Retrieves a system key object within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/system-keys/:keyId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"system-keys",
										":keyId"
									],
									"variable": [
										{
											"key": "keyId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"key\": \"<string>\",\n    \"secret\": \"<string>\",\n    \"permissions\": [\n      {\n        \"resource_filter\": {\n          \"ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"group_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"access_level\": \"NONE\",\n        \"resource_type\": \"ACCOUNT\"\n      },\n      {\n        \"resource_filter\": {\n          \"ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"group_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"access_level\": \"MANAGE\",\n        \"resource_type\": \"USER\"\n      }\n    ],\n    \"created_at\": \"<dateTime>\",\n    \"expired_at\": \"<dateTime>\",\n    \"last_used_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Delete a System Key",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/system-keys/:keyId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"system-keys",
								":keyId"
							],
							"variable": [
								{
									"key": "keyId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the system key within your Fivetran account."
								}
							]
						},
						"description": "Deletes a system key from your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/system-keys/:keyId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"system-keys",
										":keyId"
									],
									"variable": [
										{
											"key": "keyId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Rotate a System Key",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"expiration_period\": \"SIX_MONTHS\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/system-keys/:keyId/rotate",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"system-keys",
								":keyId",
								"rotate"
							],
							"variable": [
								{
									"key": "keyId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the system key within your Fivetran account."
								}
							]
						},
						"description": "Updates the secret value and expired_at date for an existing system key within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"expiration_period\": \"SIX_MONTHS\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/system-keys/:keyId/rotate",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"system-keys",
										":keyId",
										"rotate"
									],
									"variable": [
										{
											"key": "keyId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"key\": \"<string>\",\n    \"secret\": \"<string>\",\n    \"permissions\": [\n      {\n        \"resource_filter\": {\n          \"ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"group_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"access_level\": \"NONE\",\n        \"resource_type\": \"ACCOUNT\"\n      },\n      {\n        \"resource_filter\": {\n          \"ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"group_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"access_level\": \"MANAGE\",\n        \"resource_type\": \"USER\"\n      }\n    ],\n    \"created_at\": \"<dateTime>\",\n    \"expired_at\": \"<dateTime>\",\n    \"last_used_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Update a System Key",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"<string>\",\n  \"permissions\": [\n    {\n      \"resource_type\": \"USER\",\n      \"access_level\": \"MANAGE\",\n      \"resource_filter\": {\n        \"ids\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"group_ids\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"resource_type\": \"ROLES\",\n      \"access_level\": \"NONE\",\n      \"resource_filter\": {\n        \"ids\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"group_ids\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/system-keys/:keyId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"system-keys",
								":keyId"
							],
							"variable": [
								{
									"key": "keyId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the system key within your Fivetran account."
								}
							]
						},
						"description": "Updates an existing system key within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": \"<string>\",\n  \"permissions\": [\n    {\n      \"resource_type\": \"USER\",\n      \"access_level\": \"MANAGE\",\n      \"resource_filter\": {\n        \"ids\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"group_ids\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"resource_type\": \"ROLES\",\n      \"access_level\": \"NONE\",\n      \"resource_filter\": {\n        \"ids\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"group_ids\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/system-keys/:keyId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"system-keys",
										":keyId"
									],
									"variable": [
										{
											"key": "keyId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"key\": \"<string>\",\n    \"secret\": \"<string>\",\n    \"permissions\": [\n      {\n        \"resource_filter\": {\n          \"ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"group_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"access_level\": \"NONE\",\n        \"resource_type\": \"ACCOUNT\"\n      },\n      {\n        \"resource_filter\": {\n          \"ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"group_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"access_level\": \"MANAGE\",\n        \"resource_type\": \"USER\"\n      }\n    ],\n    \"created_at\": \"<dateTime>\",\n    \"expired_at\": \"<dateTime>\",\n    \"last_used_at\": \"<dateTime>\",\n    \"updated_at\": \"<dateTime>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				}
			]
		},
		{
			"name": "Team Management",
			"item": [
				{
					"name": "User memberships ",
					"item": [
						{
							"name": "List all user memberships",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/teams/:teamId/users?cursor=<string>&limit=<integer>&active=<boolean>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams",
										":teamId",
										"users"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100"
										},
										{
											"key": "active",
											"value": "<boolean>"
										}
									],
									"variable": [
										{
											"key": "teamId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the team within the account"
										}
									]
								},
								"description": "Returns a list of users and their roles within a team in your Fivetran account"
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/teams/:teamId/users?cursor=<string>&limit=<integer>&active=<boolean>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"teams",
												":teamId",
												"users"
											],
											"query": [
												{
													"key": "cursor",
													"value": "<string>",
													"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
												},
												{
													"key": "limit",
													"value": "<integer>",
													"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100"
												},
												{
													"key": "active",
													"value": "<boolean>"
												}
											],
											"variable": [
												{
													"key": "teamId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"created_at\": \"<dateTime>\",\n        \"role\": \"<string>\",\n        \"user_id\": \"<string>\"\n      },\n      {\n        \"created_at\": \"<dateTime>\",\n        \"role\": \"<string>\",\n        \"user_id\": \"<string>\"\n      }\n    ],\n    \"nextCursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								}
							]
						},
						{
							"name": "Retrieve user membership in a team",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/teams/:teamId/users/:userId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams",
										":teamId",
										"users",
										":userId"
									],
									"variable": [
										{
											"key": "teamId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the team within the account"
										},
										{
											"key": "userId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the user within the account"
										}
									]
								},
								"description": "Returns the user role a user has within a team"
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/teams/:teamId/users/:userId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"teams",
												":teamId",
												"users",
												":userId"
											],
											"variable": [
												{
													"key": "teamId"
												},
												{
													"key": "userId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"role\": \"<string>\",\n    \"user_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								}
							]
						},
						{
							"name": "Add a user to a team",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"user_id\": \"<string>\",\n  \"role\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/teams/:teamId/users",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams",
										":teamId",
										"users"
									],
									"variable": [
										{
											"key": "teamId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the team within the account"
										}
									]
								},
								"description": "Assigns a user role within a team"
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"user_id\": \"<string>\",\n  \"role\": \"<string>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/v1/teams/:teamId/users",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"teams",
												":teamId",
												"users"
											],
											"variable": [
												{
													"key": "teamId"
												}
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"role\": \"<string>\",\n    \"user_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								}
							]
						},
						{
							"name": "Update a user membership",
							"request": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"role\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/teams/:teamId/users/:userId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams",
										":teamId",
										"users",
										":userId"
									],
									"variable": [
										{
											"key": "teamId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the team within the account"
										},
										{
											"key": "userId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the user within the account"
										}
									]
								},
								"description": "Updates a user role within a team in your Fivetran account"
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"role\": \"<string>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/v1/teams/:teamId/users/:userId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"teams",
												":teamId",
												"users",
												":userId"
											],
											"variable": [
												{
													"key": "teamId"
												},
												{
													"key": "userId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"role\": \"<string>\",\n    \"user_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								}
							]
						},
						{
							"name": "Delete a user from a team",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/teams/:teamId/users/:userId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams",
										":teamId",
										"users",
										":userId"
									],
									"variable": [
										{
											"key": "teamId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the team within the account"
										},
										{
											"key": "userId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the user within the account"
										}
									]
								},
								"description": "Removes a user from a team"
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "DELETE",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/teams/:teamId/users/:userId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"teams",
												":teamId",
												"users",
												":userId"
											],
											"variable": [
												{
													"key": "teamId"
												},
												{
													"key": "userId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
								}
							]
						}
					]
				},
				{
					"name": "Group memberships",
					"item": [
						{
							"name": "Retrieve group membership",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/teams/:teamId/groups/:groupId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams",
										":teamId",
										"groups",
										":groupId"
									],
									"variable": [
										{
											"key": "teamId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the team within the account"
										},
										{
											"key": "groupId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the group within the account"
										}
									]
								},
								"description": "Returns a group membership within a team."
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/teams/:teamId/groups/:groupId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"teams",
												":teamId",
												"groups",
												":groupId"
											],
											"variable": [
												{
													"key": "teamId"
												},
												{
													"key": "groupId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<string>\",\n    \"role\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								}
							]
						},
						{
							"name": "Add group membership",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"id\": \"<string>\",\n  \"role\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/teams/:teamId/groups",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams",
										":teamId",
										"groups"
									],
									"variable": [
										{
											"key": "teamId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the team within the account"
										}
									]
								},
								"description": "Adds a group membership in a team"
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"id\": \"<string>\",\n  \"role\": \"<string>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/v1/teams/:teamId/groups",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"teams",
												":teamId",
												"groups"
											],
											"variable": [
												{
													"key": "teamId"
												}
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<string>\",\n    \"role\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								}
							]
						},
						{
							"name": "Update group membership",
							"request": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"role\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/teams/:teamId/groups/:groupId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams",
										":teamId",
										"groups",
										":groupId"
									],
									"variable": [
										{
											"key": "teamId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the team within the account"
										},
										{
											"key": "groupId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the group within the account"
										}
									]
								},
								"description": "Updates group membership in a team"
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"role\": \"<string>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/v1/teams/:teamId/groups/:groupId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"teams",
												":teamId",
												"groups",
												":groupId"
											],
											"variable": [
												{
													"key": "teamId"
												},
												{
													"key": "groupId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<string>\",\n    \"role\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								}
							]
						},
						{
							"name": "Delete group membership",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/teams/:teamId/groups/:groupId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams",
										":teamId",
										"groups",
										":groupId"
									],
									"variable": [
										{
											"key": "teamId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the team within the account"
										},
										{
											"key": "groupId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the group within the account"
										}
									]
								},
								"description": "Removes group membership in a team"
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "DELETE",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/teams/:teamId/groups/:groupId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"teams",
												":teamId",
												"groups",
												":groupId"
											],
											"variable": [
												{
													"key": "teamId"
												},
												{
													"key": "groupId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
								}
							]
						}
					]
				},
				{
					"name": "Connector memberships",
					"item": [
						{
							"name": "List all connection memberships",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/teams/:teamId/connections?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams",
										":teamId",
										"connections"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100"
										}
									],
									"variable": [
										{
											"key": "teamId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the team within the account"
										}
									]
								},
								"description": "Returns connection memberships within a team."
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/teams/:teamId/connections?cursor=<string>&limit=<integer>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"teams",
												":teamId",
												"connections"
											],
											"query": [
												{
													"key": "cursor",
													"value": "<string>",
													"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
												},
												{
													"key": "limit",
													"value": "<integer>",
													"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100"
												}
											],
											"variable": [
												{
													"key": "teamId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"created_at\": \"<dateTime>\",\n        \"id\": \"<string>\",\n        \"role\": \"<string>\"\n      },\n      {\n        \"created_at\": \"<dateTime>\",\n        \"id\": \"<string>\",\n        \"role\": \"<string>\"\n      }\n    ],\n    \"next_cursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								}
							]
						},
						{
							"name": "Add connection membership",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"id\": \"<string>\",\n  \"role\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/teams/:teamId/connections",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams",
										":teamId",
										"connections"
									],
									"variable": [
										{
											"key": "teamId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the team within the account"
										}
									]
								},
								"description": "Adds a connection role within a team"
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"id\": \"<string>\",\n  \"role\": \"<string>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/v1/teams/:teamId/connections",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"teams",
												":teamId",
												"connections"
											],
											"variable": [
												{
													"key": "teamId"
												}
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<string>\",\n    \"role\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								}
							]
						},
						{
							"name": "Retrieve connection membership",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/teams/:teamId/connections/:connectionId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams",
										":teamId",
										"connections",
										":connectionId"
									],
									"variable": [
										{
											"key": "teamId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the team within the account"
										},
										{
											"key": "connectionId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the connection within the account"
										}
									]
								},
								"description": "Returns a connection membership within a team"
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/teams/:teamId/connections/:connectionId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"teams",
												":teamId",
												"connections",
												":connectionId"
											],
											"variable": [
												{
													"key": "teamId"
												},
												{
													"key": "connectionId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<string>\",\n    \"role\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								}
							]
						},
						{
							"name": "Delete connection membership",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/teams/:teamId/connections/:connectionId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams",
										":teamId",
										"connections",
										":connectionId"
									],
									"variable": [
										{
											"key": "teamId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the team within the account"
										},
										{
											"key": "connectionId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the connection within the account"
										}
									]
								},
								"description": "Removes connection membership in a team"
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "DELETE",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/teams/:teamId/connections/:connectionId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"teams",
												":teamId",
												"connections",
												":connectionId"
											],
											"variable": [
												{
													"key": "teamId"
												},
												{
													"key": "connectionId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
								}
							]
						},
						{
							"name": "Update connection membership",
							"request": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"role\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/teams/:teamId/connections/:connectionId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams",
										":teamId",
										"connections",
										":connectionId"
									],
									"variable": [
										{
											"key": "teamId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the team within the account"
										},
										{
											"key": "connectionId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the connection within the account"
										}
									]
								},
								"description": "Updates connection membership in a team"
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"role\": \"<string>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/v1/teams/:teamId/connections/:connectionId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"teams",
												":teamId",
												"connections",
												":connectionId"
											],
											"variable": [
												{
													"key": "teamId"
												},
												{
													"key": "connectionId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<string>\",\n    \"role\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								}
							]
						}
					]
				},
				{
					"name": "List all teams",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/teams?cursor=<string>&limit=<integer>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"teams"
							],
							"query": [
								{
									"key": "cursor",
									"value": "<string>",
									"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
								},
								{
									"key": "limit",
									"value": "<integer>",
									"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100"
								}
							]
						},
						"description": "Returns a list of all teams within your Fivetran account"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/teams?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"<string>\",\n        \"role\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"role\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"nextCursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Retrieve team details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/teams/:teamId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"teams",
								":teamId"
							],
							"variable": [
								{
									"key": "teamId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the team within the account"
								}
							]
						},
						"description": "Returns information for a given team within your Fivetran account"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/teams/:teamId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams",
										":teamId"
									],
									"variable": [
										{
											"key": "teamId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"role\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Create a team",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"role\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/teams",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"teams"
							]
						},
						"description": "Creates a new team in your Fivetran account"
					},
					"response": [
						{
							"name": "default response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"role\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/teams",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"role\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Update a team",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"role\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/teams/:teamId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"teams",
								":teamId"
							],
							"variable": [
								{
									"key": "teamId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the team within the account"
								}
							]
						},
						"description": "Updates information for an existing team within your Fivetran account"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"name\": \"<string>\",\n  \"description\": \"<string>\",\n  \"role\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/teams/:teamId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams",
										":teamId"
									],
									"variable": [
										{
											"key": "teamId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"role\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Delete team role in account",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/teams/:teamId/role",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"teams",
								":teamId",
								"role"
							],
							"variable": [
								{
									"key": "teamId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the team within the account"
								}
							]
						},
						"description": "Removes a team role within your Fivetran account"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/teams/:teamId/role",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams",
										":teamId",
										"role"
									],
									"variable": [
										{
											"key": "teamId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Delete a team",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/teams/:teamId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"teams",
								":teamId"
							],
							"variable": [
								{
									"key": "teamId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the team within the account"
								}
							]
						},
						"description": "Deletes a team from your Fivetran account"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/teams/:teamId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"teams",
										":teamId"
									],
									"variable": [
										{
											"key": "teamId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						}
					]
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "Transformations Management",
			"item": [
				{
					"name": "List all Transformations within Account",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/transformations?cursor=<string>&limit=<integer>&group_id=<string>&project_id=<string>&type=DBT_CORE",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"transformations"
							],
							"query": [
								{
									"key": "cursor",
									"value": "<string>",
									"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
								},
								{
									"key": "limit",
									"value": "<integer>",
									"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100"
								},
								{
									"key": "group_id",
									"value": "<string>",
									"description": "Specify the group identifier to filter transformations by group"
								},
								{
									"key": "project_id",
									"value": "<string>",
									"description": "Specify dbt Core project identifier to filter transformations by project"
								},
								{
									"key": "type",
									"value": "DBT_CORE",
									"description": "Transformation type filter"
								}
							]
						},
						"description": "Returns a list of all transformations within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformations?cursor=<string>&limit=<integer>&group_id=<string>&project_id=<string>&type=DBT_CORE",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformations"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100"
										},
										{
											"key": "group_id",
											"value": "<string>",
											"description": "Specify the group identifier to filter transformations by group"
										},
										{
											"key": "project_id",
											"value": "<string>",
											"description": "Specify dbt Core project identifier to filter transformations by project"
										},
										{
											"key": "type",
											"value": "DBT_CORE",
											"description": "Transformation type filter"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"created_at\": \"<dateTime>\",\n        \"created_by_id\": \"<string>\",\n        \"id\": \"<string>\",\n        \"paused\": \"<boolean>\",\n        \"schedule\": {\n          \"schedule_type\": \"INTERVAL\",\n          \"cron\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"interval\": \"<integer>\",\n          \"smart_syncing\": \"<boolean>\",\n          \"connection_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"days_of_week\": [\n            \"SUNDAY\",\n            \"THURSDAY\"\n          ],\n          \"time_of_day\": \"<string>\"\n        },\n        \"status\": \"CANCELED\",\n        \"type\": \"QUICKSTART\",\n        \"last_started_at\": \"<dateTime>\",\n        \"output_model_names\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"last_ended_at\": \"<dateTime>\"\n      },\n      {\n        \"created_at\": \"<dateTime>\",\n        \"created_by_id\": \"<string>\",\n        \"id\": \"<string>\",\n        \"paused\": \"<boolean>\",\n        \"schedule\": {\n          \"schedule_type\": \"INTERVAL\",\n          \"cron\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"interval\": \"<integer>\",\n          \"smart_syncing\": \"<boolean>\",\n          \"connection_ids\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"days_of_week\": [\n            \"SATURDAY\",\n            \"THURSDAY\"\n          ],\n          \"time_of_day\": \"<string>\"\n        },\n        \"status\": \"FAILED\",\n        \"type\": \"DBT_CORE\",\n        \"last_started_at\": \"<dateTime>\",\n        \"output_model_names\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"last_ended_at\": \"<dateTime>\"\n      }\n    ],\n    \"next_cursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Create Transformation",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"schedule\": {\n    \"schedule_type\": \"INTERVAL\",\n    \"cron\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"interval\": \"<integer>\",\n    \"smart_syncing\": \"<boolean>\",\n    \"connection_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"days_of_week\": [\n      \"SATURDAY\",\n      \"WEDNESDAY\"\n    ],\n    \"time_of_day\": \"<string>\"\n  },\n  \"type\": \"QUICKSTART\",\n  \"paused\": \"<boolean>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/transformations",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"transformations"
							]
						},
						"description": "Creates a new transformation"
					},
					"response": [
						{
							"name": "Created response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"schedule\": {\n    \"schedule_type\": \"INTERVAL\",\n    \"cron\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"interval\": \"<integer>\",\n    \"smart_syncing\": \"<boolean>\",\n    \"connection_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"days_of_week\": [\n      \"SATURDAY\",\n      \"WEDNESDAY\"\n    ],\n    \"time_of_day\": \"<string>\"\n  },\n  \"type\": \"QUICKSTART\",\n  \"paused\": \"<boolean>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/transformations",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformations"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"created_by_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"paused\": \"<boolean>\",\n    \"schedule\": {\n      \"schedule_type\": \"INTERVAL\",\n      \"cron\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"interval\": \"<integer>\",\n      \"smart_syncing\": \"<boolean>\",\n      \"connection_ids\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"days_of_week\": [\n        \"FRIDAY\",\n        \"THURSDAY\"\n      ],\n      \"time_of_day\": \"<string>\"\n    },\n    \"status\": \"RUNNING\",\n    \"type\": \"QUICKSTART\",\n    \"last_started_at\": \"<dateTime>\",\n    \"output_model_names\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"last_ended_at\": \"<dateTime>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Retrieve Transformation Details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/transformations/:transformationId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"transformations",
								":transformationId"
							],
							"variable": [
								{
									"key": "transformationId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the transformation within the Fivetran system"
								}
							]
						},
						"description": "Returns a transformation details if a valid identifier is provided"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformations/:transformationId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformations",
										":transformationId"
									],
									"variable": [
										{
											"key": "transformationId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"created_by_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"paused\": \"<boolean>\",\n    \"schedule\": {\n      \"schedule_type\": \"INTERVAL\",\n      \"cron\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"interval\": \"<integer>\",\n      \"smart_syncing\": \"<boolean>\",\n      \"connection_ids\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"days_of_week\": [\n        \"FRIDAY\",\n        \"THURSDAY\"\n      ],\n      \"time_of_day\": \"<string>\"\n    },\n    \"status\": \"RUNNING\",\n    \"type\": \"QUICKSTART\",\n    \"last_started_at\": \"<dateTime>\",\n    \"output_model_names\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"last_ended_at\": \"<dateTime>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Transformation not found",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformations/:transformationId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformations",
										":transformationId"
									],
									"variable": [
										{
											"key": "transformationId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Delete Transformation",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/transformations/:transformationId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"transformations",
								":transformationId"
							],
							"variable": [
								{
									"key": "transformationId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the transformation within the Fivetran system"
								}
							]
						},
						"description": "Deletes a transformation if a valid identifier is provided"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformations/:transformationId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformations",
										":transformationId"
									],
									"variable": [
										{
											"key": "transformationId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Transformation not found",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformations/:transformationId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformations",
										":transformationId"
									],
									"variable": [
										{
											"key": "transformationId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Update Transformation",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"schedule\": {\n    \"schedule_type\": \"INTERVAL\",\n    \"cron\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"interval\": \"<integer>\",\n    \"smart_syncing\": \"<boolean>\",\n    \"connection_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"days_of_week\": [\n      \"THURSDAY\",\n      \"MONDAY\"\n    ],\n    \"time_of_day\": \"<string>\"\n  },\n  \"paused\": \"<boolean>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/transformations/:transformationId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"transformations",
								":transformationId"
							],
							"variable": [
								{
									"key": "transformationId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the transformation within the Fivetran system"
								}
							]
						},
						"description": "Updates the transformation if a valid identifier is provided"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"schedule\": {\n    \"schedule_type\": \"INTERVAL\",\n    \"cron\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"interval\": \"<integer>\",\n    \"smart_syncing\": \"<boolean>\",\n    \"connection_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"days_of_week\": [\n      \"THURSDAY\",\n      \"MONDAY\"\n    ],\n    \"time_of_day\": \"<string>\"\n  },\n  \"paused\": \"<boolean>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/transformations/:transformationId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformations",
										":transformationId"
									],
									"variable": [
										{
											"key": "transformationId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"created_by_id\": \"<string>\",\n    \"id\": \"<string>\",\n    \"paused\": \"<boolean>\",\n    \"schedule\": {\n      \"schedule_type\": \"INTERVAL\",\n      \"cron\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"interval\": \"<integer>\",\n      \"smart_syncing\": \"<boolean>\",\n      \"connection_ids\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"days_of_week\": [\n        \"FRIDAY\",\n        \"THURSDAY\"\n      ],\n      \"time_of_day\": \"<string>\"\n    },\n    \"status\": \"RUNNING\",\n    \"type\": \"QUICKSTART\",\n    \"last_started_at\": \"<dateTime>\",\n    \"output_model_names\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"last_ended_at\": \"<dateTime>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Transformation not found",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"schedule\": {\n    \"schedule_type\": \"INTERVAL\",\n    \"cron\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"interval\": \"<integer>\",\n    \"smart_syncing\": \"<boolean>\",\n    \"connection_ids\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"days_of_week\": [\n      \"THURSDAY\",\n      \"MONDAY\"\n    ],\n    \"time_of_day\": \"<string>\"\n  },\n  \"paused\": \"<boolean>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/transformations/:transformationId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformations",
										":transformationId"
									],
									"variable": [
										{
											"key": "transformationId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Run Transformation",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/transformations/:transformationId/run",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"transformations",
								":transformationId",
								"run"
							],
							"variable": [
								{
									"key": "transformationId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the transformation within the Fivetran system"
								}
							]
						},
						"description": "Runs the transformation if a valid identifier is provided"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformations/:transformationId/run",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformations",
										":transformationId",
										"run"
									],
									"variable": [
										{
											"key": "transformationId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Transformation not found",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformations/:transformationId/run",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformations",
										":transformationId",
										"run"
									],
									"variable": [
										{
											"key": "transformationId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Upgrade Transformation Package",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/transformations/:transformationId/upgrade",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"transformations",
								":transformationId",
								"upgrade"
							],
							"variable": [
								{
									"key": "transformationId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the transformation within the Fivetran system"
								}
							]
						},
						"description": "Upgrades the Quickstart transformation package to latest version if a valid identifier is provided"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformations/:transformationId/upgrade",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformations",
										":transformationId",
										"upgrade"
									],
									"variable": [
										{
											"key": "transformationId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Transformation Package not found",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformations/:transformationId/upgrade",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformations",
										":transformationId",
										"upgrade"
									],
									"variable": [
										{
											"key": "transformationId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Cancel Transformation",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/transformations/:transformationId/cancel",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"transformations",
								":transformationId",
								"cancel"
							],
							"variable": [
								{
									"key": "transformationId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the transformation within the Fivetran system"
								}
							]
						},
						"description": "Cancels the execution of the transformation if a valid identifier is provided"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformations/:transformationId/cancel",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformations",
										":transformationId",
										"cancel"
									],
									"variable": [
										{
											"key": "transformationId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Transformation not found",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformations/:transformationId/cancel",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformations",
										":transformationId",
										"cancel"
									],
									"variable": [
										{
											"key": "transformationId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "List All Quickstart Package Metadata",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/transformations/package-metadata?service=<string>&name=<string>&cursor=<string>&limit=<integer>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"transformations",
								"package-metadata"
							],
							"query": [
								{
									"key": "service",
									"value": "<string>",
									"description": "Specify the service identifier to filter Quickstart packages by connection service"
								},
								{
									"key": "name",
									"value": "<string>",
									"description": "Specify the package name to filter Quickstart packages by name"
								},
								{
									"key": "cursor",
									"value": "<string>",
									"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
								},
								{
									"key": "limit",
									"value": "<integer>",
									"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100"
								}
							]
						},
						"description": "Returns a list of available Quickstart transformation package metadata details"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformations/package-metadata?service=<string>&name=<string>&cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformations",
										"package-metadata"
									],
									"query": [
										{
											"key": "service",
											"value": "<string>",
											"description": "Specify the service identifier to filter Quickstart packages by connection service"
										},
										{
											"key": "name",
											"value": "<string>",
											"description": "Specify the package name to filter Quickstart packages by name"
										},
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"version\": \"<string>\",\n        \"connector_types\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"output_model_names\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      {\n        \"id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"version\": \"<string>\",\n        \"connector_types\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"output_model_names\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    ],\n    \"next_cursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Bad request",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformations/package-metadata?service=<string>&name=<string>&cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformations",
										"package-metadata"
									],
									"query": [
										{
											"key": "service",
											"value": "<string>",
											"description": "Specify the service identifier to filter Quickstart packages by connection service"
										},
										{
											"key": "name",
											"value": "<string>",
											"description": "Specify the package name to filter Quickstart packages by name"
										},
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100"
										}
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Retrieve Quickstart Package Metadata Details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/transformations/package-metadata/:package_definition_id",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"transformations",
								"package-metadata",
								":package_definition_id"
							],
							"variable": [
								{
									"key": "package_definition_id",
									"value": "<string>",
									"description": "(Required) The unique identifier for the Quickstart transformation package definition within the Fivetran system"
								}
							]
						},
						"description": "Returns the metadata details of the Quickstart transformation package if a valid identifier is provided"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformations/package-metadata/:package_definition_id",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformations",
										"package-metadata",
										":package_definition_id"
									],
									"variable": [
										{
											"key": "package_definition_id"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"version\": \"<string>\",\n    \"connector_types\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"output_model_names\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Transformation Package not found",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformations/package-metadata/:package_definition_id",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformations",
										"package-metadata",
										":package_definition_id"
									],
									"variable": [
										{
											"key": "package_definition_id"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				}
			]
		},
		{
			"name": "Transformation Projects Management",
			"item": [
				{
					"name": "List all Transformation Projects within Account",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/transformation-projects?cursor=<string>&limit=<integer>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"transformation-projects"
							],
							"query": [
								{
									"key": "cursor",
									"value": "<string>",
									"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
								},
								{
									"key": "limit",
									"value": "<integer>",
									"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100"
								}
							]
						},
						"description": "Returns a list of all transformation projects available via API within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformation-projects?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformation-projects"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"id\": \"<string>\",\n        \"type\": \"DBT_CORE\",\n        \"created_at\": \"<dateTime>\",\n        \"created_by_id\": \"<string>\",\n        \"group_id\": \"<string>\"\n      },\n      {\n        \"id\": \"<string>\",\n        \"type\": \"DBT_CORE\",\n        \"created_at\": \"<dateTime>\",\n        \"created_by_id\": \"<string>\",\n        \"group_id\": \"<string>\"\n      }\n    ],\n    \"next_cursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Create Transformation Project",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"type\": \"DBT_CORE\",\n  \"run_tests\": \"<boolean>\",\n  \"group_id\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/transformation-projects",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"transformation-projects"
							]
						},
						"description": "Creates a new transformation project"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"type\": \"DBT_CORE\",\n  \"run_tests\": \"<boolean>\",\n  \"group_id\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/transformation-projects",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformation-projects"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"type\": \"DBT_CORE\",\n    \"status\": \"NOT_READY\",\n    \"errors\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_at\": \"<dateTime>\",\n    \"group_id\": \"<string>\",\n    \"setup_tests\": [\n      {\n        \"status\": \"SKIPPED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      },\n      {\n        \"status\": \"PASSED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      }\n    ],\n    \"created_by_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Retrieve Transformation Project Details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/transformation-projects/:projectId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"transformation-projects",
								":projectId"
							],
							"variable": [
								{
									"key": "projectId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the transformation project within the Fivetran system"
								}
							]
						},
						"description": "Returns transformation project details if a valid identifier was provided"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformation-projects/:projectId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformation-projects",
										":projectId"
									],
									"variable": [
										{
											"key": "projectId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"type\": \"DBT_CORE\",\n    \"status\": \"NOT_READY\",\n    \"errors\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_at\": \"<dateTime>\",\n    \"group_id\": \"<string>\",\n    \"setup_tests\": [\n      {\n        \"status\": \"SKIPPED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      },\n      {\n        \"status\": \"PASSED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      }\n    ],\n    \"created_by_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Delete Transformation Project",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/transformation-projects/:projectId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"transformation-projects",
								":projectId"
							],
							"variable": [
								{
									"key": "projectId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the transformation project within the Fivetran system"
								}
							]
						},
						"description": "Deletes transformation project if a valid identifier was provided"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformation-projects/:projectId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformation-projects",
										":projectId"
									],
									"variable": [
										{
											"key": "projectId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Update Transformation Project",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"run_tests\": \"<boolean>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/transformation-projects/:projectId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"transformation-projects",
								":projectId"
							],
							"variable": [
								{
									"key": "projectId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the transformation project within the Fivetran system"
								}
							]
						},
						"description": "Updates transformation project if a valid identifier was provided"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"run_tests\": \"<boolean>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/transformation-projects/:projectId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformation-projects",
										":projectId"
									],
									"variable": [
										{
											"key": "projectId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"type\": \"DBT_CORE\",\n    \"status\": \"NOT_READY\",\n    \"errors\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_at\": \"<dateTime>\",\n    \"group_id\": \"<string>\",\n    \"setup_tests\": [\n      {\n        \"status\": \"SKIPPED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      },\n      {\n        \"status\": \"PASSED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      }\n    ],\n    \"created_by_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Test Transformation Project",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/transformation-projects/:projectId/test",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"transformation-projects",
								":projectId",
								"test"
							],
							"variable": [
								{
									"key": "projectId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the transformation project within the Fivetran system"
								}
							]
						},
						"description": "Triggers tests for an existing transformation project"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/transformation-projects/:projectId/test",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"transformation-projects",
										":projectId",
										"test"
									],
									"variable": [
										{
											"key": "projectId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"id\": \"<string>\",\n    \"type\": \"DBT_CORE\",\n    \"status\": \"NOT_READY\",\n    \"errors\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"created_at\": \"<dateTime>\",\n    \"group_id\": \"<string>\",\n    \"setup_tests\": [\n      {\n        \"status\": \"SKIPPED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      },\n      {\n        \"status\": \"PASSED\",\n        \"title\": \"<string>\",\n        \"message\": \"<string>\",\n        \"details\": {}\n      }\n    ],\n    \"created_by_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				}
			]
		},
		{
			"name": "User Management",
			"item": [
				{
					"name": "Connection memberships",
					"item": [
						{
							"name": "List all connection memberships",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/users/:userId/connections?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users",
										":userId",
										"connections"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									],
									"variable": [
										{
											"key": "userId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the user within the account."
										}
									]
								},
								"description": "Returns all connection membership objects for a user within your Fivetran account"
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/connections?cursor=<string>&limit=<integer>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"connections"
											],
											"query": [
												{
													"key": "cursor",
													"value": "<string>",
													"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
												},
												{
													"key": "limit",
													"value": "<integer>",
													"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
												}
											],
											"variable": [
												{
													"key": "userId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"created_at\": \"<dateTime>\",\n        \"id\": \"<string>\",\n        \"role\": \"<string>\"\n      },\n      {\n        \"created_at\": \"<dateTime>\",\n        \"id\": \"<string>\",\n        \"role\": \"<string>\"\n      }\n    ],\n    \"next_cursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								}
							]
						},
						{
							"name": "Add connection membership",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"id\": \"<string>\",\n  \"role\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/users/:userId/connections",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users",
										":userId",
										"connections"
									],
									"variable": [
										{
											"key": "userId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the user within the account."
										}
									]
								},
								"description": "Adds a connection membership"
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"id\": \"<string>\",\n  \"role\": \"<string>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/connections",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"connections"
											],
											"variable": [
												{
													"key": "userId"
												}
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<string>\",\n    \"role\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								},
								{
									"name": "User not found",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"id\": \"<string>\",\n  \"role\": \"<string>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/connections",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"connections"
											],
											"variable": [
												{
													"key": "userId"
												}
											]
										}
									},
									"status": "Not Found",
									"code": 404,
									"_postman_previewlanguage": "text",
									"header": [],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "Retrieve connection membership",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/users/:userId/connections/:connectionId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users",
										":userId",
										"connections",
										":connectionId"
									],
									"variable": [
										{
											"key": "userId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the user within the account."
										},
										{
											"key": "connectionId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the connection within the account."
										}
									]
								},
								"description": "Returns a connection membership object."
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/connections/:connectionId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"connections",
												":connectionId"
											],
											"variable": [
												{
													"key": "userId"
												},
												{
													"key": "connectionId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<string>\",\n    \"role\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								},
								{
									"name": "User not found",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/connections/:connectionId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"connections",
												":connectionId"
											],
											"variable": [
												{
													"key": "userId"
												},
												{
													"key": "connectionId"
												}
											]
										}
									},
									"status": "Not Found",
									"code": 404,
									"_postman_previewlanguage": "text",
									"header": [],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "Delete connection membership",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/users/:userId/connections/:connectionId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users",
										":userId",
										"connections",
										":connectionId"
									],
									"variable": [
										{
											"key": "userId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the user within the account."
										},
										{
											"key": "connectionId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the connection within the account."
										}
									]
								},
								"description": "Removes connection membership."
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "DELETE",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/connections/:connectionId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"connections",
												":connectionId"
											],
											"variable": [
												{
													"key": "userId"
												},
												{
													"key": "connectionId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<string>\",\n    \"role\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								},
								{
									"name": "User not found",
									"originalRequest": {
										"method": "DELETE",
										"header": [
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/connections/:connectionId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"connections",
												":connectionId"
											],
											"variable": [
												{
													"key": "userId"
												},
												{
													"key": "connectionId"
												}
											]
										}
									},
									"status": "Not Found",
									"code": 404,
									"_postman_previewlanguage": "text",
									"header": [],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "Update connection membership",
							"request": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"role\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/users/:userId/connections/:connectionId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users",
										":userId",
										"connections",
										":connectionId"
									],
									"variable": [
										{
											"key": "userId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the user within the account."
										},
										{
											"key": "connectionId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the connection within the account."
										}
									]
								},
								"description": "Updates connection membership."
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"role\": \"<string>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/connections/:connectionId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"connections",
												":connectionId"
											],
											"variable": [
												{
													"key": "userId"
												},
												{
													"key": "connectionId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<string>\",\n    \"role\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								},
								{
									"name": "User not found",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"role\": \"<string>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/connections/:connectionId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"connections",
												":connectionId"
											],
											"variable": [
												{
													"key": "userId"
												},
												{
													"key": "connectionId"
												}
											]
										}
									},
									"status": "Not Found",
									"code": 404,
									"_postman_previewlanguage": "text",
									"header": [],
									"cookie": [],
									"body": ""
								}
							]
						}
					]
				},
				{
					"name": "Group memberships",
					"item": [
						{
							"name": "List all group memberships",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/users/:userId/groups?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users",
										":userId",
										"groups"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									],
									"variable": [
										{
											"key": "userId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the user within the account."
										}
									]
								},
								"description": "Returns all group membership objects for a user within your Fivetran account."
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/groups?cursor=<string>&limit=<integer>",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"groups"
											],
											"query": [
												{
													"key": "cursor",
													"value": "<string>",
													"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
												},
												{
													"key": "limit",
													"value": "<integer>",
													"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
												}
											],
											"variable": [
												{
													"key": "userId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"created_at\": \"<dateTime>\",\n        \"id\": \"<string>\",\n        \"role\": \"<string>\"\n      },\n      {\n        \"created_at\": \"<dateTime>\",\n        \"id\": \"<string>\",\n        \"role\": \"<string>\"\n      }\n    ],\n    \"next_cursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								}
							]
						},
						{
							"name": "Add group membership",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"id\": \"<string>\",\n  \"role\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/users/:userId/groups",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users",
										":userId",
										"groups"
									],
									"variable": [
										{
											"key": "userId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the user within the account."
										}
									]
								},
								"description": "Adds a group membership."
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"id\": \"<string>\",\n  \"role\": \"<string>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/groups",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"groups"
											],
											"variable": [
												{
													"key": "userId"
												}
											]
										}
									},
									"status": "Created",
									"code": 201,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<string>\",\n    \"role\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								},
								{
									"name": "Bad request",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"id\": \"<string>\",\n  \"role\": \"<string>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/groups",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"groups"
											],
											"variable": [
												{
													"key": "userId"
												}
											]
										}
									},
									"status": "Bad Request",
									"code": 400,
									"_postman_previewlanguage": "text",
									"header": [],
									"cookie": [],
									"body": ""
								},
								{
									"name": "User not found",
									"originalRequest": {
										"method": "POST",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"id\": \"<string>\",\n  \"role\": \"<string>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/groups",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"groups"
											],
											"variable": [
												{
													"key": "userId"
												}
											]
										}
									},
									"status": "Not Found",
									"code": 404,
									"_postman_previewlanguage": "text",
									"header": [],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "Retrieve group membership",
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/users/:userId/groups/:groupId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users",
										":userId",
										"groups",
										":groupId"
									],
									"variable": [
										{
											"key": "userId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the user within the account."
										},
										{
											"key": "groupId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the group within the account."
										}
									]
								},
								"description": "Returns a group membership object."
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/groups/:groupId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"groups",
												":groupId"
											],
											"variable": [
												{
													"key": "userId"
												},
												{
													"key": "groupId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"created_at\": \"<dateTime>\",\n    \"id\": \"<string>\",\n    \"role\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
								},
								{
									"name": "User not found",
									"originalRequest": {
										"method": "GET",
										"header": [
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/groups/:groupId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"groups",
												":groupId"
											],
											"variable": [
												{
													"key": "userId"
												},
												{
													"key": "groupId"
												}
											]
										}
									},
									"status": "Not Found",
									"code": 404,
									"_postman_previewlanguage": "text",
									"header": [],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "Delete group membership",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/users/:userId/groups/:groupId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users",
										":userId",
										"groups",
										":groupId"
									],
									"variable": [
										{
											"key": "userId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the user within the account."
										},
										{
											"key": "groupId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the group within the account."
										}
									]
								},
								"description": "Removes group membership."
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "DELETE",
										"header": [
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/groups/:groupId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"groups",
												":groupId"
											],
											"variable": [
												{
													"key": "userId"
												},
												{
													"key": "groupId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
								},
								{
									"name": "User not found",
									"originalRequest": {
										"method": "DELETE",
										"header": [
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/groups/:groupId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"groups",
												":groupId"
											],
											"variable": [
												{
													"key": "userId"
												},
												{
													"key": "groupId"
												}
											]
										}
									},
									"status": "Not Found",
									"code": 404,
									"_postman_previewlanguage": "text",
									"header": [],
									"cookie": [],
									"body": ""
								}
							]
						},
						{
							"name": "Update group membership",
							"request": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"role\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/users/:userId/groups/:groupId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users",
										":userId",
										"groups",
										":groupId"
									],
									"variable": [
										{
											"key": "userId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the user within the account."
										},
										{
											"key": "groupId",
											"value": "<string>",
											"description": "(Required) The unique identifier for the group within the account."
										}
									]
								},
								"description": "Updates group membership."
							},
							"response": [
								{
									"name": "Successful response",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Accept",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"role\": \"<string>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/groups/:groupId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"groups",
												":groupId"
											],
											"variable": [
												{
													"key": "userId"
												},
												{
													"key": "groupId"
												}
											]
										}
									},
									"status": "OK",
									"code": 200,
									"_postman_previewlanguage": "json",
									"header": [
										{
											"key": "Content-Type",
											"value": "application/json"
										}
									],
									"cookie": [],
									"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
								},
								{
									"name": "User not found",
									"originalRequest": {
										"method": "PATCH",
										"header": [
											{
												"key": "Content-Type",
												"value": "application/json"
											},
											{
												"key": "Authorization",
												"value": "Basic <credentials>",
												"description": "Added as a part of security scheme: basic"
											}
										],
										"body": {
											"mode": "raw",
											"raw": "{\n  \"role\": \"<string>\"\n}",
											"options": {
												"raw": {
													"headerFamily": "json",
													"language": "json"
												}
											}
										},
										"url": {
											"raw": "{{baseUrl}}/v1/users/:userId/groups/:groupId",
											"host": [
												"{{baseUrl}}"
											],
											"path": [
												"v1",
												"users",
												":userId",
												"groups",
												":groupId"
											],
											"variable": [
												{
													"key": "userId"
												},
												{
													"key": "groupId"
												}
											]
										}
									},
									"status": "Not Found",
									"code": 404,
									"_postman_previewlanguage": "text",
									"header": [],
									"cookie": [],
									"body": ""
								}
							]
						}
					]
				},
				{
					"name": "List All Users",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/users?cursor=<string>&limit=<integer>&active=<boolean>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"users"
							],
							"query": [
								{
									"key": "cursor",
									"value": "<string>",
									"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
								},
								{
									"key": "limit",
									"value": "<integer>",
									"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
								},
								{
									"key": "active",
									"value": "<boolean>"
								}
							]
						},
						"description": "Returns a list of all users within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/users?cursor=<string>&limit=<integer>&active=<boolean>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										},
										{
											"key": "active",
											"value": "<boolean>"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"active\": \"<boolean>\",\n        \"created_at\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"id\": \"<string>\",\n        \"logged_in_at\": \"<dateTime>\",\n        \"role\": \"<string>\",\n        \"verified\": \"<boolean>\",\n        \"invited\": \"<boolean>\",\n        \"picture\": \"<string>\",\n        \"phone\": \"<string>\",\n        \"given_name\": \"<string>\",\n        \"family_name\": \"<string>\"\n      },\n      {\n        \"active\": \"<boolean>\",\n        \"created_at\": \"<dateTime>\",\n        \"email\": \"<string>\",\n        \"id\": \"<string>\",\n        \"logged_in_at\": \"<dateTime>\",\n        \"role\": \"<string>\",\n        \"verified\": \"<boolean>\",\n        \"invited\": \"<boolean>\",\n        \"picture\": \"<string>\",\n        \"phone\": \"<string>\",\n        \"given_name\": \"<string>\",\n        \"family_name\": \"<string>\"\n      }\n    ],\n    \"next_cursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Invite a User",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"email\": \"<string>\",\n  \"family_name\": \"<string>\",\n  \"given_name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"picture\": \"<string>\",\n  \"role\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/users",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"users"
							]
						},
						"description": "Invites a new user to your Fivetran account. The invited user will have access to the account only after accepting the invitation. Invited user details are still accessible through the API."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"email\": \"<string>\",\n  \"family_name\": \"<string>\",\n  \"given_name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"picture\": \"<string>\",\n  \"role\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/users",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users"
									]
								}
							},
							"status": "Created",
							"code": 201,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"active\": \"<boolean>\",\n    \"created_at\": \"<dateTime>\",\n    \"email\": \"<string>\",\n    \"id\": \"<string>\",\n    \"logged_in_at\": \"<dateTime>\",\n    \"role\": \"<string>\",\n    \"verified\": \"<boolean>\",\n    \"invited\": \"<boolean>\",\n    \"picture\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"given_name\": \"<string>\",\n    \"family_name\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Bad request",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"email\": \"<string>\",\n  \"family_name\": \"<string>\",\n  \"given_name\": \"<string>\",\n  \"phone\": \"<string>\",\n  \"picture\": \"<string>\",\n  \"role\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/users",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users"
									]
								}
							},
							"status": "Bad Request",
							"code": 400,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Retrieve User Details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/users/:userId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"users",
								":userId"
							],
							"variable": [
								{
									"key": "userId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the user within the account."
								}
							]
						},
						"description": "Returns a user object if a valid identifier was provided."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/users/:userId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users",
										":userId"
									],
									"variable": [
										{
											"key": "userId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"active\": \"<boolean>\",\n    \"created_at\": \"<dateTime>\",\n    \"email\": \"<string>\",\n    \"id\": \"<string>\",\n    \"logged_in_at\": \"<dateTime>\",\n    \"role\": \"<string>\",\n    \"verified\": \"<boolean>\",\n    \"invited\": \"<boolean>\",\n    \"picture\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"given_name\": \"<string>\",\n    \"family_name\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "User not found",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/users/:userId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users",
										":userId"
									],
									"variable": [
										{
											"key": "userId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Update a User",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"phone\": \"<string>\",\n  \"picture\": \"<string>\",\n  \"role\": \"<string>\",\n  \"family_name\": \"<string>\",\n  \"given_name\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/users/:userId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"users",
								":userId"
							],
							"variable": [
								{
									"key": "userId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the user within the account."
								}
							]
						},
						"description": "Updates information for an existing user within your Fivetran account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"phone\": \"<string>\",\n  \"picture\": \"<string>\",\n  \"role\": \"<string>\",\n  \"family_name\": \"<string>\",\n  \"given_name\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/users/:userId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users",
										":userId"
									],
									"variable": [
										{
											"key": "userId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"active\": \"<boolean>\",\n    \"created_at\": \"<dateTime>\",\n    \"email\": \"<string>\",\n    \"id\": \"<string>\",\n    \"logged_in_at\": \"<dateTime>\",\n    \"role\": \"<string>\",\n    \"verified\": \"<boolean>\",\n    \"invited\": \"<boolean>\",\n    \"picture\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"given_name\": \"<string>\",\n    \"family_name\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "User not found",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"phone\": \"<string>\",\n  \"picture\": \"<string>\",\n  \"role\": \"<string>\",\n  \"family_name\": \"<string>\",\n  \"given_name\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/users/:userId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users",
										":userId"
									],
									"variable": [
										{
											"key": "userId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Delete a user",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/users/:id",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"users",
								":id"
							],
							"variable": [
								{
									"key": "id",
									"value": "<string>",
									"description": "(Required) The unique identifier for the user within the account."
								}
							]
						},
						"description": "Deletes a user from your Fivetran account. You will be unable to delete an account owner user if there is only one remaining."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/users/:id",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users",
										":id"
									],
									"variable": [
										{
											"key": "id"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Not found error",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/users/:id",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users",
										":id"
									],
									"variable": [
										{
											"key": "id"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Delete user role in account",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/users/:userId/role",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"users",
								":userId",
								"role"
							],
							"variable": [
								{
									"key": "userId",
									"value": "<string>",
									"description": "(Required) The unique identifier for the user within the account."
								}
							]
						},
						"description": "Removes a user's role in account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/users/:userId/role",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users",
										":userId",
										"role"
									],
									"variable": [
										{
											"key": "userId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "User not found",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/users/:userId/role",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"users",
										":userId",
										"role"
									],
									"variable": [
										{
											"key": "userId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				}
			]
		},
		{
			"name": "Webhook Management",
			"item": [
				{
					"name": "Retrieve the list of webhooks",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/webhooks?cursor=<string>&limit=<integer>",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"webhooks"
							],
							"query": [
								{
									"key": "cursor",
									"value": "<string>",
									"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
								},
								{
									"key": "limit",
									"value": "<integer>",
									"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
								}
							]
						},
						"description": "The endpoint allows you to retrieve the list of existing webhooks available for the current account"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/webhooks?cursor=<string>&limit=<integer>",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"webhooks"
									],
									"query": [
										{
											"key": "cursor",
											"value": "<string>",
											"description": "Paging cursor, [read more about pagination](https://fivetran.com/docs/rest-api/pagination)"
										},
										{
											"key": "limit",
											"value": "<integer>",
											"description": "Number of records to fetch per page. Accepts a number in the range 1..1000; the default value is 100."
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"items\": [\n      {\n        \"active\": \"<boolean>\",\n        \"created_at\": \"<dateTime>\",\n        \"created_by\": \"<string>\",\n        \"events\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"id\": \"<string>\",\n        \"type\": \"account\",\n        \"url\": \"<string>\",\n        \"secret\": \"<string>\",\n        \"group_id\": \"<string>\"\n      },\n      {\n        \"active\": \"<boolean>\",\n        \"created_at\": \"<dateTime>\",\n        \"created_by\": \"<string>\",\n        \"events\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"id\": \"<string>\",\n        \"type\": \"account\",\n        \"url\": \"<string>\",\n        \"secret\": \"<string>\",\n        \"group_id\": \"<string>\"\n      }\n    ],\n    \"nextCursor\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Create account webhook",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"events\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"url\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"secret\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/webhooks/account",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"webhooks",
								"account"
							]
						},
						"description": "This endpoint allows you to create a new webhook for the current account."
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"events\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"url\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"secret\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/webhooks/account",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"webhooks",
										"account"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"active\": \"<boolean>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"<string>\",\n    \"events\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"id\": \"<string>\",\n    \"type\": \"account\",\n    \"url\": \"<string>\",\n    \"secret\": \"<string>\",\n    \"group_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						}
					]
				},
				{
					"name": "Create group webhook",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"events\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"url\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"secret\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/webhooks/group/:groupId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"webhooks",
								"group",
								":groupId"
							],
							"variable": [
								{
									"key": "groupId",
									"value": "<string>",
									"description": "(Required) The group ID"
								}
							]
						},
						"description": "This endpoint allows you to create a new webhook for a given group"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"events\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"url\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"secret\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/webhooks/group/:groupId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"webhooks",
										"group",
										":groupId"
									],
									"variable": [
										{
											"key": "groupId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"active\": \"<boolean>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"<string>\",\n    \"events\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"id\": \"<string>\",\n    \"type\": \"account\",\n    \"url\": \"<string>\",\n    \"secret\": \"<string>\",\n    \"group_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Group not found",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"events\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"url\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"secret\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/webhooks/group/:groupId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"webhooks",
										"group",
										":groupId"
									],
									"variable": [
										{
											"key": "groupId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Retrieve webhook details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/webhooks/:webhookId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"webhooks",
								":webhookId"
							],
							"variable": [
								{
									"key": "webhookId",
									"value": "<string>",
									"description": "(Required) The webhook ID"
								}
							]
						},
						"description": "This endpoint allows you to retrieve details of the existing webhook for a given identifier"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/webhooks/:webhookId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"webhooks",
										":webhookId"
									],
									"variable": [
										{
											"key": "webhookId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"active\": \"<boolean>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"<string>\",\n    \"events\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"id\": \"<string>\",\n    \"type\": \"account\",\n    \"url\": \"<string>\",\n    \"secret\": \"<string>\",\n    \"group_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Webhook not found",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/webhooks/:webhookId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"webhooks",
										":webhookId"
									],
									"variable": [
										{
											"key": "webhookId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Update webhook",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"events\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"url\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"secret\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/webhooks/:webhookId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"webhooks",
								":webhookId"
							],
							"variable": [
								{
									"key": "webhookId",
									"value": "<string>",
									"description": "(Required) The webhook ID"
								}
							]
						},
						"description": "The endpoint allows you to update the existing webhook with a given identifier"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"events\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"url\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"secret\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/webhooks/:webhookId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"webhooks",
										":webhookId"
									],
									"variable": [
										{
											"key": "webhookId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"active\": \"<boolean>\",\n    \"created_at\": \"<dateTime>\",\n    \"created_by\": \"<string>\",\n    \"events\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"id\": \"<string>\",\n    \"type\": \"account\",\n    \"url\": \"<string>\",\n    \"secret\": \"<string>\",\n    \"group_id\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Webhook not found",
							"originalRequest": {
								"method": "PATCH",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"events\": [\n    \"<string>\",\n    \"<string>\"\n  ],\n  \"url\": \"<string>\",\n  \"active\": \"<boolean>\",\n  \"secret\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/webhooks/:webhookId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"webhooks",
										":webhookId"
									],
									"variable": [
										{
											"key": "webhookId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Delete webhook",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"url": {
							"raw": "{{baseUrl}}/v1/webhooks/:webhookId",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"webhooks",
								":webhookId"
							],
							"variable": [
								{
									"key": "webhookId",
									"value": "<string>",
									"description": "(Required) The webhook ID"
								}
							]
						},
						"description": "This endpoint allows you to delete an existing webhook with a given identifier"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/webhooks/:webhookId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"webhooks",
										":webhookId"
									],
									"variable": [
										{
											"key": "webhookId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Webhook not found",
							"originalRequest": {
								"method": "DELETE",
								"header": [
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"url": {
									"raw": "{{baseUrl}}/v1/webhooks/:webhookId",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"webhooks",
										":webhookId"
									],
									"variable": [
										{
											"key": "webhookId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				},
				{
					"name": "Test webhook",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json"
							},
							{
								"key": "Accept",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"event\": \"<string>\"\n}",
							"options": {
								"raw": {
									"headerFamily": "json",
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{baseUrl}}/v1/webhooks/:webhookId/test",
							"host": [
								"{{baseUrl}}"
							],
							"path": [
								"v1",
								"webhooks",
								":webhookId",
								"test"
							],
							"variable": [
								{
									"key": "webhookId",
									"value": "<string>",
									"description": "(Required) The webhook ID"
								}
							]
						},
						"description": "The endpoint allows you to test an existing webhook. It sends a webhook with a given identifier for a dummy connection with identifier _connection_1"
					},
					"response": [
						{
							"name": "Successful response",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Accept",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"event\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/webhooks/:webhookId/test",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"webhooks",
										":webhookId",
										"test"
									],
									"variable": [
										{
											"key": "webhookId"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								}
							],
							"cookie": [],
							"body": "{\n  \"code\": \"<string>\",\n  \"data\": {\n    \"status\": \"<integer>\",\n    \"succeed\": \"<boolean>\",\n    \"message\": \"<string>\"\n  },\n  \"message\": \"<string>\"\n}"
						},
						{
							"name": "Webhook not found",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"value": "application/json"
									},
									{
										"key": "Authorization",
										"value": "Basic <credentials>",
										"description": "Added as a part of security scheme: basic"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n  \"event\": \"<string>\"\n}",
									"options": {
										"raw": {
											"headerFamily": "json",
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{baseUrl}}/v1/webhooks/:webhookId/test",
									"host": [
										"{{baseUrl}}"
									],
									"path": [
										"v1",
										"webhooks",
										":webhookId",
										"test"
									],
									"variable": [
										{
											"key": "webhookId"
										}
									]
								}
							},
							"status": "Not Found",
							"code": 404,
							"_postman_previewlanguage": "text",
							"header": [],
							"cookie": [],
							"body": ""
						}
					]
				}
			]
		}
	],
	"auth": {
		"type": "basic",
		"basic": [
			{
				"key": "username",
				"value": "{{api_key}}",
				"type": "string"
			},
			{
				"key": "password",
				"value": "{{api_secret}}",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "baseUrl",
			"value": "https://api.fivetran.com"
		},
		{
			"key": "api_key",
			"value": ""
		},
		{
			"key": "api_secret",
			"value": ""
		}
	]
}
