{"info":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","description":"<html><head></head><body><p>All things Evolv integration.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9965767","collectionId":"73c94860-e8bd-4d02-a993-b0933dd532ab","publishedId":"Szt8eAPU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-05-23T16:04:47.000Z"},"item":[{"name":"Integrations","item":[{"name":"List all integrations","id":"771207a5-5ffb-41b0-9145-bbcbbc3a0305","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://integrations.evolv.ai/v1/integrations?query=<string>&limit=<integer>&offset=<integer>","urlObject":{"path":["integrations"],"host":["https://integrations.evolv.ai/v1"],"query":[{"description":{"content":"<p>JSON query</p>\n","type":"text/plain"},"key":"query","value":"<string>"},{"key":"limit","value":"<integer>"},{"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"689b76f7-1910-494e-a266-d814078ab9dd","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://integrations.evolv.ai/v1/integrations?query=<string>&limit=<integer>&offset=<integer>","host":["https://integrations.evolv.ai/v1"],"path":["integrations"],"query":[{"description":"JSON query","key":"query","value":"<string>"},{"key":"limit","value":"<integer>"},{"key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"items\": [\n    {\n      \"approval\": {\n        \"approved\": \"<integer>\",\n        \"signature\": \"<string>\"\n      },\n      \"company\": \"<string>\",\n      \"created\": \"<integer>\",\n      \"deleted\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"latest_version_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"public\": \"<boolean>\",\n      \"publish\": \"<boolean>\",\n      \"published\": \"<integer>\",\n      \"stable_integration_version_id\": \"<string>\",\n      \"updated\": \"<integer>\"\n    },\n    {\n      \"approval\": {\n        \"approved\": \"<integer>\",\n        \"signature\": \"<string>\"\n      },\n      \"company\": \"<string>\",\n      \"created\": \"<integer>\",\n      \"deleted\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"latest_version_id\": \"<string>\",\n      \"name\": \"<string>\",\n      \"public\": \"<boolean>\",\n      \"publish\": \"<boolean>\",\n      \"published\": \"<integer>\",\n      \"stable_integration_version_id\": \"<string>\",\n      \"updated\": \"<integer>\"\n    }\n  ],\n  \"next_uri\": \"<string>\",\n  \"total\": \"<integer>\"\n}"}],"_postman_id":"771207a5-5ffb-41b0-9145-bbcbbc3a0305"},{"name":"Create an integration","id":"12e7cbc4-4825-4344-ad47-0ed6b2dcb3d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"company\": \"<string>\",\n  \"name\": \"<string>\",\n  \"organization_id\": \"<string>\",\n  \"description\": \"\",\n  \"public\": false,\n  \"publish\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://integrations.evolv.ai/v1/integrations","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}},"urlObject":{"path":["integrations"],"host":["https://integrations.evolv.ai/v1"],"query":[],"variable":[]}},"response":[{"id":"12ac9318-d356-4213-b479-99474a61ca7d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"company\": \"<string>\",\n  \"name\": \"<string>\",\n  \"organization_id\": \"<string>\",\n  \"description\": \"\",\n  \"public\": false,\n  \"publish\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://integrations.evolv.ai/v1/integrations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"approval\": {\n    \"approved\": \"<integer>\",\n    \"signature\": \"<string>\"\n  },\n  \"company\": \"<string>\",\n  \"created\": \"<integer>\",\n  \"deleted\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"id\": \"<string>\",\n  \"latest_version_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"public\": \"<boolean>\",\n  \"publish\": \"<boolean>\",\n  \"published\": \"<integer>\",\n  \"stable_integration_version_id\": \"<string>\",\n  \"updated\": \"<integer>\"\n}"}],"_postman_id":"12e7cbc4-4825-4344-ad47-0ed6b2dcb3d1"},{"name":"Delete an integration","id":"403dfadf-3c08-4ea2-aca4-e220cf196926","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://integrations.evolv.ai/v1/integrations/:integration_id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}},"urlObject":{"path":["integrations",":integration_id"],"host":["https://integrations.evolv.ai/v1"],"query":[],"variable":[{"id":"747ddcb5-0d71-433a-b39c-3ffb66519dcb","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"integration_id"}]}},"response":[{"id":"cd4644e4-b260-45ff-b868-f0feea609db1","name":"Success","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://integrations.evolv.ai/v1/integrations/:integration_id","host":["https://integrations.evolv.ai/v1"],"path":["integrations",":integration_id"],"variable":[{"key":"integration_id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"403dfadf-3c08-4ea2-aca4-e220cf196926"},{"name":"Retrieve an integration","id":"9a89695c-a99a-424a-8138-b89543e7cd44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://integrations.evolv.ai/v1/integrations/:integration_id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}},"urlObject":{"path":["integrations",":integration_id"],"host":["https://integrations.evolv.ai/v1"],"query":[],"variable":[{"id":"fecfd61f-6d05-454e-b57e-980d489c2126","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"integration_id"}]}},"response":[{"id":"22cc5fb2-7802-4365-b2d1-cd344a69a849","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://integrations.evolv.ai/v1/integrations/:integration_id","host":["https://integrations.evolv.ai/v1"],"path":["integrations",":integration_id"],"variable":[{"key":"integration_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"approval\": {\n    \"approved\": \"<integer>\",\n    \"signature\": \"<string>\"\n  },\n  \"company\": \"<string>\",\n  \"created\": \"<integer>\",\n  \"deleted\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"id\": \"<string>\",\n  \"latest_version_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"public\": \"<boolean>\",\n  \"publish\": \"<boolean>\",\n  \"published\": \"<integer>\",\n  \"stable_integration_version_id\": \"<string>\",\n  \"updated\": \"<integer>\"\n}"}],"_postman_id":"9a89695c-a99a-424a-8138-b89543e7cd44"},{"name":"Update an integration","id":"488bf976-5c36-4c56-99fa-ce677d3e18e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"op\": \"replace\",\n    \"path\": \"<string>\",\n    \"from\": \"<string>\",\n    \"value\": {}\n  },\n  {\n    \"op\": \"copy\",\n    \"path\": \"<string>\",\n    \"from\": \"<string>\",\n    \"value\": {}\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://integrations.evolv.ai/v1/integrations/:integration_id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}},"urlObject":{"path":["integrations",":integration_id"],"host":["https://integrations.evolv.ai/v1"],"query":[],"variable":[{"id":"f8d81ccc-f061-4124-addb-e9bac498050c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"integration_id"}]}},"response":[{"id":"4facca68-108e-4c39-959f-56fd2e77202f","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"op\": \"replace\",\n    \"path\": \"<string>\",\n    \"from\": \"<string>\",\n    \"value\": {}\n  },\n  {\n    \"op\": \"copy\",\n    \"path\": \"<string>\",\n    \"from\": \"<string>\",\n    \"value\": {}\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://integrations.evolv.ai/v1/integrations/:integration_id","host":["https://integrations.evolv.ai/v1"],"path":["integrations",":integration_id"],"variable":[{"key":"integration_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"approval\": {\n    \"approved\": \"<integer>\",\n    \"signature\": \"<string>\"\n  },\n  \"company\": \"<string>\",\n  \"created\": \"<integer>\",\n  \"deleted\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"id\": \"<string>\",\n  \"latest_version_id\": \"<string>\",\n  \"name\": \"<string>\",\n  \"public\": \"<boolean>\",\n  \"publish\": \"<boolean>\",\n  \"published\": \"<integer>\",\n  \"stable_integration_version_id\": \"<string>\",\n  \"updated\": \"<integer>\"\n}"}],"_postman_id":"488bf976-5c36-4c56-99fa-ce677d3e18e1"}],"id":"4fbf74bd-9aba-42ad-b6fb-58d6ed3569f4","description":"<p>Contains the metadata of the integration.</p>\n","_postman_id":"4fbf74bd-9aba-42ad-b6fb-58d6ed3569f4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}}},{"name":"Versions","item":[{"name":"List all versions","id":"9aa1dae2-21cb-477d-891b-2b80b6700746","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://integrations.evolv.ai/v1/versions?query=<string>&limit=<integer>&offset=<integer>","urlObject":{"path":["versions"],"host":["https://integrations.evolv.ai/v1"],"query":[{"description":{"content":"<p>JSON query</p>\n","type":"text/plain"},"key":"query","value":"<string>"},{"key":"limit","value":"<integer>"},{"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"c5b69cfb-1f4c-460a-996a-64cf6ee8293c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://integrations.evolv.ai/v1/versions?query=<string>&limit=<integer>&offset=<integer>","host":["https://integrations.evolv.ai/v1"],"path":["versions"],"query":[{"description":"JSON query","key":"query","value":"<string>"},{"key":"limit","value":"<integer>"},{"key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"items\": [\n    {\n      \"approval\": {\n        \"approved\": \"<integer>\",\n        \"signature\": \"<string>\"\n      },\n      \"connectors\": {\n        \"asset_manager\": [\n          {\n            \"package_source\": \"<string>\"\n          },\n          {\n            \"package_source\": \"<string>\"\n          }\n        ]\n      },\n      \"contexts\": {\n        \"local\": {},\n        \"remote\": {}\n      },\n      \"created\": \"<integer>\",\n      \"deleted\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"forms\": {\n        \"environment\": {},\n        \"organization\": {},\n        \"project\": {}\n      },\n      \"id\": \"<string>\",\n      \"integration_id\": \"<string>\",\n      \"publish\": \"<boolean>\",\n      \"published\": \"<integer>\",\n      \"session\": [\n        {\n          \"function\": \"<string>\",\n          \"source_field\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"target_field\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"type\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"function\": \"<string>\",\n          \"source_field\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"target_field\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"type\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ],\n      \"updated\": \"<integer>\",\n      \"version\": \"<string>\",\n      \"version_notes\": \"<string>\"\n    },\n    {\n      \"approval\": {\n        \"approved\": \"<integer>\",\n        \"signature\": \"<string>\"\n      },\n      \"connectors\": {\n        \"asset_manager\": [\n          {\n            \"package_source\": \"<string>\"\n          },\n          {\n            \"package_source\": \"<string>\"\n          }\n        ]\n      },\n      \"contexts\": {\n        \"local\": {},\n        \"remote\": {}\n      },\n      \"created\": \"<integer>\",\n      \"deleted\": \"<integer>\",\n      \"description\": \"<string>\",\n      \"forms\": {\n        \"environment\": {},\n        \"organization\": {},\n        \"project\": {}\n      },\n      \"id\": \"<string>\",\n      \"integration_id\": \"<string>\",\n      \"publish\": \"<boolean>\",\n      \"published\": \"<integer>\",\n      \"session\": [\n        {\n          \"function\": \"<string>\",\n          \"source_field\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"target_field\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"type\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        {\n          \"function\": \"<string>\",\n          \"source_field\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"target_field\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"type\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      ],\n      \"updated\": \"<integer>\",\n      \"version\": \"<string>\",\n      \"version_notes\": \"<string>\"\n    }\n  ],\n  \"next_uri\": \"<string>\",\n  \"total\": \"<integer>\"\n}"}],"_postman_id":"9aa1dae2-21cb-477d-891b-2b80b6700746"},{"name":"Create a version","id":"888fbf41-11ce-438f-97f8-2f80d6b0aff1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"integration_id\": \"<string>\",\n  \"version\": \"<string>\",\n  \"connectors\": {\n    \"asset_manager\": [\n      {\n        \"package_source\": \"javascript\",\n        \"gist\": \"<string>\",\n        \"handler\": \"<string>\",\n        \"organization\": \"<string>\",\n        \"package\": \"<string>\",\n        \"ref\": \"<string>\",\n        \"repo\": \"<string>\",\n        \"revision\": \"<string>\",\n        \"source_code\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      {\n        \"package_source\": \"gist\",\n        \"gist\": \"<string>\",\n        \"handler\": \"<string>\",\n        \"organization\": \"<string>\",\n        \"package\": \"<string>\",\n        \"ref\": \"<string>\",\n        \"repo\": \"<string>\",\n        \"revision\": \"<string>\",\n        \"source_code\": \"<string>\",\n        \"version\": \"<string>\"\n      }\n    ]\n  },\n  \"contexts\": {\n    \"local\": {},\n    \"remote\": {}\n  },\n  \"description\": \"\",\n  \"forms\": {\n    \"environment\": {},\n    \"organization\": {},\n    \"project\": {}\n  },\n  \"publish\": false,\n  \"session\": [\n    {\n      \"function\": \"arrayagg\",\n      \"source_field\": [\n        \"<string>\"\n      ],\n      \"target_field\": [\n        \"<string>\"\n      ]\n    },\n    {\n      \"function\": \"last_value\",\n      \"source_field\": [\n        \"<string>\"\n      ],\n      \"target_field\": [\n        \"<string>\"\n      ]\n    }\n  ],\n  \"version_notes\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://integrations.evolv.ai/v1/versions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}},"urlObject":{"path":["versions"],"host":["https://integrations.evolv.ai/v1"],"query":[],"variable":[]}},"response":[{"id":"0e3ef280-76b5-463e-a65b-d65a80d9379a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"integration_id\": \"<string>\",\n  \"version\": \"<string>\",\n  \"connectors\": {\n    \"asset_manager\": [\n      {\n        \"package_source\": \"javascript\",\n        \"gist\": \"<string>\",\n        \"handler\": \"<string>\",\n        \"organization\": \"<string>\",\n        \"package\": \"<string>\",\n        \"ref\": \"<string>\",\n        \"repo\": \"<string>\",\n        \"revision\": \"<string>\",\n        \"source_code\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      {\n        \"package_source\": \"gist\",\n        \"gist\": \"<string>\",\n        \"handler\": \"<string>\",\n        \"organization\": \"<string>\",\n        \"package\": \"<string>\",\n        \"ref\": \"<string>\",\n        \"repo\": \"<string>\",\n        \"revision\": \"<string>\",\n        \"source_code\": \"<string>\",\n        \"version\": \"<string>\"\n      }\n    ]\n  },\n  \"contexts\": {\n    \"local\": {},\n    \"remote\": {}\n  },\n  \"description\": \"\",\n  \"forms\": {\n    \"environment\": {},\n    \"organization\": {},\n    \"project\": {}\n  },\n  \"publish\": false,\n  \"session\": [\n    {\n      \"function\": \"arrayagg\",\n      \"source_field\": [\n        \"<string>\"\n      ],\n      \"target_field\": [\n        \"<string>\"\n      ]\n    },\n    {\n      \"function\": \"last_value\",\n      \"source_field\": [\n        \"<string>\"\n      ],\n      \"target_field\": [\n        \"<string>\"\n      ]\n    }\n  ],\n  \"version_notes\": \"\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://integrations.evolv.ai/v1/versions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"approval\": {\n    \"approved\": \"<integer>\",\n    \"signature\": \"<string>\"\n  },\n  \"connectors\": {\n    \"asset_manager\": [\n      {\n        \"package_source\": \"<string>\"\n      },\n      {\n        \"package_source\": \"<string>\"\n      }\n    ]\n  },\n  \"contexts\": {\n    \"local\": {},\n    \"remote\": {}\n  },\n  \"created\": \"<integer>\",\n  \"deleted\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"forms\": {\n    \"environment\": {},\n    \"organization\": {},\n    \"project\": {}\n  },\n  \"id\": \"<string>\",\n  \"integration_id\": \"<string>\",\n  \"publish\": \"<boolean>\",\n  \"published\": \"<integer>\",\n  \"session\": [\n    {\n      \"function\": \"<string>\",\n      \"source_field\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"target_field\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"function\": \"<string>\",\n      \"source_field\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"target_field\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"updated\": \"<integer>\",\n  \"version\": \"<string>\",\n  \"version_notes\": \"<string>\"\n}"}],"_postman_id":"888fbf41-11ce-438f-97f8-2f80d6b0aff1"},{"name":"Delete a version","id":"1952b46c-9d1f-40fd-a009-4f5e0a695fa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://integrations.evolv.ai/v1/versions/:version_id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}},"urlObject":{"path":["versions",":version_id"],"host":["https://integrations.evolv.ai/v1"],"query":[],"variable":[{"id":"29bc9420-577a-46c8-895c-280f0ad0832d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"version_id"}]}},"response":[{"id":"451a36a1-2fe1-4652-8a34-cf8dab0f0622","name":"Success","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://integrations.evolv.ai/v1/versions/:version_id","host":["https://integrations.evolv.ai/v1"],"path":["versions",":version_id"],"variable":[{"key":"version_id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1952b46c-9d1f-40fd-a009-4f5e0a695fa5"},{"name":"Retrieve a version","id":"852ae0b4-6744-4457-9578-81d92996c459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://integrations.evolv.ai/v1/versions/:version_id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}},"urlObject":{"path":["versions",":version_id"],"host":["https://integrations.evolv.ai/v1"],"query":[],"variable":[{"id":"446caa73-05a5-4d7d-99f6-629fac0f336d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"version_id"}]}},"response":[{"id":"54d42279-0c30-4056-ae9a-c70dd829130f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://integrations.evolv.ai/v1/versions/:version_id","host":["https://integrations.evolv.ai/v1"],"path":["versions",":version_id"],"variable":[{"key":"version_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"approval\": {\n    \"approved\": \"<integer>\",\n    \"signature\": \"<string>\"\n  },\n  \"connectors\": {\n    \"asset_manager\": [\n      {\n        \"package_source\": \"<string>\"\n      },\n      {\n        \"package_source\": \"<string>\"\n      }\n    ]\n  },\n  \"contexts\": {\n    \"local\": {},\n    \"remote\": {}\n  },\n  \"created\": \"<integer>\",\n  \"deleted\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"forms\": {\n    \"environment\": {},\n    \"organization\": {},\n    \"project\": {}\n  },\n  \"id\": \"<string>\",\n  \"integration_id\": \"<string>\",\n  \"publish\": \"<boolean>\",\n  \"published\": \"<integer>\",\n  \"session\": [\n    {\n      \"function\": \"<string>\",\n      \"source_field\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"target_field\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"function\": \"<string>\",\n      \"source_field\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"target_field\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"updated\": \"<integer>\",\n  \"version\": \"<string>\",\n  \"version_notes\": \"<string>\"\n}"}],"_postman_id":"852ae0b4-6744-4457-9578-81d92996c459"},{"name":"Update a version","id":"ebbefaff-c720-45c0-abf9-2a9615105afb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"op\": \"replace\",\n    \"path\": \"<string>\",\n    \"from\": \"<string>\",\n    \"value\": {}\n  },\n  {\n    \"op\": \"copy\",\n    \"path\": \"<string>\",\n    \"from\": \"<string>\",\n    \"value\": {}\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://integrations.evolv.ai/v1/versions/:version_id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}},"urlObject":{"path":["versions",":version_id"],"host":["https://integrations.evolv.ai/v1"],"query":[],"variable":[{"id":"e89c8324-f4e1-48fc-93aa-13b4db419163","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"version_id"}]}},"response":[{"id":"0f848d4d-4867-41f1-b9bb-b589ff42f5fa","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"op\": \"replace\",\n    \"path\": \"<string>\",\n    \"from\": \"<string>\",\n    \"value\": {}\n  },\n  {\n    \"op\": \"copy\",\n    \"path\": \"<string>\",\n    \"from\": \"<string>\",\n    \"value\": {}\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://integrations.evolv.ai/v1/versions/:version_id","host":["https://integrations.evolv.ai/v1"],"path":["versions",":version_id"],"variable":[{"key":"version_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"approval\": {\n    \"approved\": \"<integer>\",\n    \"signature\": \"<string>\"\n  },\n  \"connectors\": {\n    \"asset_manager\": [\n      {\n        \"package_source\": \"<string>\"\n      },\n      {\n        \"package_source\": \"<string>\"\n      }\n    ]\n  },\n  \"contexts\": {\n    \"local\": {},\n    \"remote\": {}\n  },\n  \"created\": \"<integer>\",\n  \"deleted\": \"<integer>\",\n  \"description\": \"<string>\",\n  \"forms\": {\n    \"environment\": {},\n    \"organization\": {},\n    \"project\": {}\n  },\n  \"id\": \"<string>\",\n  \"integration_id\": \"<string>\",\n  \"publish\": \"<boolean>\",\n  \"published\": \"<integer>\",\n  \"session\": [\n    {\n      \"function\": \"<string>\",\n      \"source_field\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"target_field\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    {\n      \"function\": \"<string>\",\n      \"source_field\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"target_field\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"type\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  ],\n  \"updated\": \"<integer>\",\n  \"version\": \"<string>\",\n  \"version_notes\": \"<string>\"\n}"}],"_postman_id":"ebbefaff-c720-45c0-abf9-2a9615105afb"}],"id":"0ec703a7-15ab-4b25-afeb-d9af229684f7","description":"<p>Contains the schema of the integration.</p>\n","_postman_id":"0ec703a7-15ab-4b25-afeb-d9af229684f7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}}},{"name":"Instances","item":[{"name":"List all instances","id":"c146b3e8-2aab-40fb-8c41-34b5db33be6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://integrations.evolv.ai/v1/instances?organization_id=<string>&environment_id=<string>&limit=<integer>&offset=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}},"urlObject":{"path":["instances"],"host":["https://integrations.evolv.ai/v1"],"query":[{"description":{"content":"<p>Filter for instances</p>\n","type":"text/plain"},"key":"organization_id","value":"<string>"},{"description":{"content":"<p>Filter for instances</p>\n","type":"text/plain"},"key":"environment_id","value":"<string>"},{"key":"limit","value":"<integer>"},{"key":"offset","value":"<integer>"}],"variable":[]}},"response":[{"id":"d71a52bc-b2a1-4afb-b62b-3b10bee32f02","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://integrations.evolv.ai/v1/instances?organization_id=<string>&environment_id=<string>&limit=<integer>&offset=<integer>","host":["https://integrations.evolv.ai/v1"],"path":["instances"],"query":[{"description":"Filter for instances","key":"organization_id","value":"<string>"},{"description":"Filter for instances","key":"environment_id","value":"<string>"},{"key":"limit","value":"<integer>"},{"key":"offset","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"count\": \"<integer>\",\n  \"items\": [\n    {\n      \"auxiliary_configurations\": {\n        \"environments\": {},\n        \"projects\": {}\n      },\n      \"created\": \"<integer>\",\n      \"deleted\": \"<integer>\",\n      \"id\": \"<string>\",\n      \"organization_configurations\": {\n        \"sit2\": {\n          \"configurations\": {},\n          \"versions\": {\n            \"inb8\": {\n              \"configurations\": {}\n            },\n            \"commodo_7e\": {\n              \"configurations\": {}\n            }\n          }\n        },\n        \"officia_6b\": {\n          \"configurations\": {},\n          \"versions\": {\n            \"minim_9\": {\n              \"configurations\": {}\n            },\n            \"sint9\": {\n              \"configurations\": {}\n            }\n          }\n        }\n      },\n      \"organization_id\": \"<string>\",\n      \"updated\": \"<integer>\"\n    },\n    {\n      \"auxiliary_configurations\": {\n        \"environments\": {},\n        \"projects\": {}\n      },\n      \"created\": \"<integer>\",\n      \"deleted\": \"<integer>\",\n      \"id\": \"<string>\",\n      \"organization_configurations\": {\n        \"eu_6\": {\n          \"configurations\": {},\n          \"versions\": {\n            \"laborum_7\": {\n              \"configurations\": {}\n            }\n          }\n        },\n        \"qui_e0\": {\n          \"configurations\": {},\n          \"versions\": {\n            \"proident_4\": {\n              \"configurations\": {}\n            },\n            \"incididunt_07f\": {\n              \"configurations\": {}\n            }\n          }\n        },\n        \"reprehenderitc0\": {\n          \"configurations\": {},\n          \"versions\": {\n            \"dolore_6\": {\n              \"configurations\": {}\n            }\n          }\n        },\n        \"ullamco_f0\": {\n          \"configurations\": {},\n          \"versions\": {\n            \"deserunt0\": {\n              \"configurations\": {}\n            },\n            \"ad3\": {\n              \"configurations\": {}\n            }\n          }\n        }\n      },\n      \"organization_id\": \"<string>\",\n      \"updated\": \"<integer>\"\n    }\n  ],\n  \"next_uri\": \"<string>\",\n  \"total\": \"<integer>\"\n}"}],"_postman_id":"c146b3e8-2aab-40fb-8c41-34b5db33be6f"},{"name":"Create an instance","id":"ecbe0384-1534-49c8-8dc5-7a19676490d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"organization_id\": \"<string>\",\n  \"auxiliary_configurations\": {\n    \"environments\": {},\n    \"projects\": {}\n  },\n  \"organization_configurations\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://integrations.evolv.ai/v1/instances","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}},"urlObject":{"path":["instances"],"host":["https://integrations.evolv.ai/v1"],"query":[],"variable":[]}},"response":[{"id":"f4155ee0-1fc5-4b14-9b7f-d11b65d99840","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"organization_id\": \"<string>\",\n  \"auxiliary_configurations\": {\n    \"environments\": {},\n    \"projects\": {}\n  },\n  \"organization_configurations\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://integrations.evolv.ai/v1/instances"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"auxiliary_configurations\": {\n    \"environments\": {},\n    \"projects\": {}\n  },\n  \"created\": \"<integer>\",\n  \"deleted\": \"<integer>\",\n  \"id\": \"<string>\",\n  \"organization_configurations\": {\n    \"tempor6\": {\n      \"configurations\": {},\n      \"versions\": {\n        \"et_43d\": {\n          \"configurations\": {}\n        },\n        \"non_8\": {\n          \"configurations\": {}\n        },\n        \"sint_0f\": {\n          \"configurations\": {}\n        }\n      }\n    },\n    \"Duis171\": {\n      \"configurations\": {},\n      \"versions\": {\n        \"reprehenderitc\": {\n          \"configurations\": {}\n        },\n        \"occaecat_54d\": {\n          \"configurations\": {}\n        },\n        \"laboris_5\": {\n          \"configurations\": {}\n        },\n        \"et2\": {\n          \"configurations\": {}\n        }\n      }\n    }\n  },\n  \"organization_id\": \"<string>\",\n  \"updated\": \"<integer>\"\n}"}],"_postman_id":"ecbe0384-1534-49c8-8dc5-7a19676490d3"},{"name":"Delete an instance","id":"746e4a09-cd7b-4bc2-ab32-6fa9fbeecc23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://integrations.evolv.ai/v1/instances/:instance_id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}},"urlObject":{"path":["instances",":instance_id"],"host":["https://integrations.evolv.ai/v1"],"query":[],"variable":[{"id":"2c86dca0-c50b-45a9-97e7-6c5fcc188152","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"instance_id"}]}},"response":[{"id":"f9f2a63d-b849-4179-81ce-40cc001a693c","name":"Success","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://integrations.evolv.ai/v1/instances/:instance_id","host":["https://integrations.evolv.ai/v1"],"path":["instances",":instance_id"],"variable":[{"key":"instance_id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"746e4a09-cd7b-4bc2-ab32-6fa9fbeecc23"},{"name":"Retrieve an instance","id":"4ea70b4f-fde0-4349-b1eb-39e0f467f7dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://integrations.evolv.ai/v1/instances/:instance_id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}},"urlObject":{"path":["instances",":instance_id"],"host":["https://integrations.evolv.ai/v1"],"query":[],"variable":[{"id":"54905b13-e5ff-47a7-a8c0-dbed7443646b","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"instance_id"}]}},"response":[{"id":"08fcfc09-eee7-4bd3-90f8-a51dd0d11d62","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://integrations.evolv.ai/v1/instances/:instance_id","host":["https://integrations.evolv.ai/v1"],"path":["instances",":instance_id"],"variable":[{"key":"instance_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"auxiliary_configurations\": {\n    \"environments\": {},\n    \"projects\": {}\n  },\n  \"created\": \"<integer>\",\n  \"deleted\": \"<integer>\",\n  \"id\": \"<string>\",\n  \"organization_configurations\": {\n    \"tempor6\": {\n      \"configurations\": {},\n      \"versions\": {\n        \"et_43d\": {\n          \"configurations\": {}\n        },\n        \"non_8\": {\n          \"configurations\": {}\n        },\n        \"sint_0f\": {\n          \"configurations\": {}\n        }\n      }\n    },\n    \"Duis171\": {\n      \"configurations\": {},\n      \"versions\": {\n        \"reprehenderitc\": {\n          \"configurations\": {}\n        },\n        \"occaecat_54d\": {\n          \"configurations\": {}\n        },\n        \"laboris_5\": {\n          \"configurations\": {}\n        },\n        \"et2\": {\n          \"configurations\": {}\n        }\n      }\n    }\n  },\n  \"organization_id\": \"<string>\",\n  \"updated\": \"<integer>\"\n}"}],"_postman_id":"4ea70b4f-fde0-4349-b1eb-39e0f467f7dc"},{"name":"Update an instance","id":"16f12efb-0ae5-4c33-b04d-20799482b85f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"op\": \"replace\",\n    \"path\": \"<string>\",\n    \"from\": \"<string>\",\n    \"value\": {}\n  },\n  {\n    \"op\": \"copy\",\n    \"path\": \"<string>\",\n    \"from\": \"<string>\",\n    \"value\": {}\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://integrations.evolv.ai/v1/instances/:instance_id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}},"urlObject":{"path":["instances",":instance_id"],"host":["https://integrations.evolv.ai/v1"],"query":[],"variable":[{"id":"383d2f30-2fc9-472b-b743-e82695becdc4","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"instance_id"}]}},"response":[{"id":"46a13280-8fef-4705-86e3-e674f604b28b","name":"Success","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"op\": \"replace\",\n    \"path\": \"<string>\",\n    \"from\": \"<string>\",\n    \"value\": {}\n  },\n  {\n    \"op\": \"copy\",\n    \"path\": \"<string>\",\n    \"from\": \"<string>\",\n    \"value\": {}\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://integrations.evolv.ai/v1/instances/:instance_id","host":["https://integrations.evolv.ai/v1"],"path":["instances",":instance_id"],"variable":[{"key":"instance_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"auxiliary_configurations\": {\n    \"environments\": {},\n    \"projects\": {}\n  },\n  \"created\": \"<integer>\",\n  \"deleted\": \"<integer>\",\n  \"id\": \"<string>\",\n  \"organization_configurations\": {\n    \"tempor6\": {\n      \"configurations\": {},\n      \"versions\": {\n        \"et_43d\": {\n          \"configurations\": {}\n        },\n        \"non_8\": {\n          \"configurations\": {}\n        },\n        \"sint_0f\": {\n          \"configurations\": {}\n        }\n      }\n    },\n    \"Duis171\": {\n      \"configurations\": {},\n      \"versions\": {\n        \"reprehenderitc\": {\n          \"configurations\": {}\n        },\n        \"occaecat_54d\": {\n          \"configurations\": {}\n        },\n        \"laboris_5\": {\n          \"configurations\": {}\n        },\n        \"et2\": {\n          \"configurations\": {}\n        }\n      }\n    }\n  },\n  \"organization_id\": \"<string>\",\n  \"updated\": \"<integer>\"\n}"}],"_postman_id":"16f12efb-0ae5-4c33-b04d-20799482b85f"}],"id":"287659c4-4d78-406b-a509-75f9866bc80e","description":"<p>Contains the pieces of information needed to make the integration function.</p>\n","_postman_id":"287659c4-4d78-406b-a509-75f9866bc80e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}}},{"name":"Environments","item":[{"name":"Retrieve a context for an environment","id":"228c23f6-2100-47d0-8193-4d7deffe8eb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://integrations.evolv.ai/v1/environments/:environment_id/contexts?flatten=<boolean>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}},"urlObject":{"path":["environments",":environment_id","contexts"],"host":["https://integrations.evolv.ai/v1"],"query":[{"description":{"content":"<p>If given, contexts will come back as an array - the context object nodes flattened</p>\n","type":"text/plain"},"key":"flatten","value":"<boolean>"}],"variable":[{"id":"1bb1c0f4-fbae-44d2-8e75-ef85b0a5209a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"environment_id"}]}},"response":[{"id":"c723a173-62d1-48b8-a1e0-f9816a129791","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://integrations.evolv.ai/v1/environments/:environment_id/contexts?flatten=<boolean>","host":["https://integrations.evolv.ai/v1"],"path":["environments",":environment_id","contexts"],"query":[{"description":"If given, contexts will come back as an array - the context object nodes flattened","key":"flatten","value":"<boolean>"}],"variable":[{"key":"environment_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"local\": {},\n  \"remote\": {}\n}"}],"_postman_id":"228c23f6-2100-47d0-8193-4d7deffe8eb0"},{"name":"Retrieve connectors for an environment","id":"b28f06a9-f130-4087-8997-313183576064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"https://integrations.evolv.ai/v1/environments/:environment_id/connectors","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}},"urlObject":{"path":["environments",":environment_id","connectors"],"host":["https://integrations.evolv.ai/v1"],"query":[],"variable":[{"id":"591fb4e8-6a04-4824-979a-e74ccd2b2854","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"environment_id"}]}},"response":[{"id":"9a752270-017a-4792-a6d5-4ec4a09d64c1","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://integrations.evolv.ai/v1/environments/:environment_id/connectors","host":["https://integrations.evolv.ai/v1"],"path":["environments",":environment_id","connectors"],"variable":[{"key":"environment_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"asset_manager\": [\n    {\n      \"code\": \"<string>\",\n      \"configurations\": {},\n      \"handler\": \"<string>\",\n      \"organization\": \"<string>\",\n      \"package\": \"<string>\",\n      \"package_source\": \"gist\",\n      \"ref\": \"<string>\",\n      \"repo\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    {\n      \"code\": \"<string>\",\n      \"configurations\": {},\n      \"handler\": \"<string>\",\n      \"organization\": \"<string>\",\n      \"package\": \"<string>\",\n      \"package_source\": \"npm\",\n      \"ref\": \"<string>\",\n      \"repo\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"b28f06a9-f130-4087-8997-313183576064"}],"id":"a574b676-1f12-4d2d-903d-1f5881bbaa4b","_postman_id":"a574b676-1f12-4d2d-903d-1f5881bbaa4b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]},"isInherited":true,"source":{"_postman_id":"73c94860-e8bd-4d02-a993-b0933dd532ab","id":"73c94860-e8bd-4d02-a993-b0933dd532ab","name":"Integrations API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearerToken}}"}]}},"variable":[{"key":"baseUrl","value":"https://integrations.evolv.ai/v1"}]}