{"info":{"_postman_id":"c8f24326-64e5-4950-aa91-0990a2b8261b","name":"Frame.io API Collection","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"User","item":[{"name":"/me","id":"f5a8da86-3cc7-45d1-9f10-61be2b919d33","request":{"method":"GET","header":[],"url":"https://{{BASE_URL}}/v2/me","description":"Fetch authenticating user."},"response":[]},{"name":"/accounts","id":"b1e3a297-b7b1-4931-8843-098fc47356b8","request":{"method":"GET","header":[],"url":{"raw":"https://{{BASE_URL}}/v2/accounts?sort=inserted,name","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","accounts"],"query":[{"key":"sort","value":"inserted,name"}]},"description":"Fetch authenticating user."},"response":[]}],"id":"6dca3af9-3c7d-47ae-9572-254dcad1be7b"},{"name":"Teams","item":[{"name":"/teams","id":"70882838-efc0-4438-b4f2-e24abf18e80a","request":{"method":"GET","header":[],"url":"https://{{BASE_URL}}/v2/teams","description":"Fetch all teams for authenticating User, regardless of Account context."},"response":[]},{"name":"/teams/:id","id":"1351ca0c-f8a4-49d0-867c-14d9ab97b542","request":{"method":"GET","header":[],"url":"https://api.frame.io/v2/teams/{{team_id}}","description":"Fetch a single Team."},"response":[]},{"name":"/teams/:id/members","id":"b389bcd5-cc36-4604-aa44-4aee473bd78c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"max@frame.io\"\n}"},"url":"https://api.frame.io/v2/teams/{{team_id}}/members","description":"Add a team member"},"response":[]},{"name":"/teams/:id/members","id":"faa8a3c6-c771-4679-a003-ee9c706ff611","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{BASE_URL}}/v2/teams/:id/members/_?email=max@frame.io","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","teams",":id","members","_"],"query":[{"key":"email","value":"max@frame.io"}],"variable":[{"key":"id","value":"{{team_id}}"}]},"description":"Remove a team member"},"response":[]},{"name":"/teams/:id/membership","id":"8fb3725d-1dfc-49c9-82d6-13e555cd04f1","request":{"method":"GET","header":[],"url":"https://{{BASE_URL}}/v2/teams/{{team_id}}/membership","description":"Fetch authenticating User's membership for a specific Team."},"response":[]},{"name":"/accounts/:id/teams","id":"0b187d04-8f20-43d7-a71a-a1734ace6dab","request":{"method":"GET","header":[],"url":{"raw":"https://{{BASE_URL}}/v2/accounts/:id/teams","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","accounts",":id","teams"],"variable":[{"key":"id","value":"a1ef1f38-0c4a-466a-947b-ed64ff488e95"}]},"description":"Fetch all Teams for specific Account."},"response":[]}],"id":"59f3b859-7bb6-4323-b413-b4d3c2c148f5","event":[{"listen":"prerequest","script":{"id":"e663157e-2f8b-42ee-8782-71ad7b71c474","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"13af2128-790d-4a8d-ad4a-c8014435984e","type":"text/javascript","exec":[""]}}]},{"name":"Projects","item":[{"name":"/teams/:id/projects","id":"a725cfff-6fe8-4e4b-a9ef-d200cbeeceea","request":{"method":"GET","header":[],"url":{"raw":"https://{{BASE_URL}}/v2/teams/:id/projects","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","teams",":id","projects"],"variable":[{"key":"id","value":"{{team_id}}"}]},"description":"Fetch the Projects for a specific Team."},"response":[]},{"name":"/projects/:id","id":"ea0049ed-7498-45d7-bb44-290efcf93179","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{BASE_URL}}/v2/projects/:id","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","projects",":id"],"variable":[{"key":"id","value":"{{project_id}}"}]},"description":"Fetch a specific Project."},"response":[]},{"name":"/projects/:id","id":"616e0b87-02c8-4b8c-ad6d-ac2b42da44a8","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"shared\": false\n}"},"url":{"raw":"https://{{BASE_URL}}/v2/projects/:id","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","projects",":id"],"variable":[{"key":"id","value":"{{project_id}}"}]},"description":"Fetch a specific Project."},"response":[]},{"name":"/projects/:id/membership","id":"aca79f0e-fef0-4b97-ab7c-6c1cd1c29b0c","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":true}],"url":{"raw":"https://{{BASE_URL}}/v2/projects/:id/membership","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","projects",":id","membership"],"variable":[{"key":"id","value":"{{project_id}}"}]},"description":"Fetch authenticating User's membership for a specific Project."},"response":[]},{"name":"/projects/shared","id":"4d3f4cac-c89d-4f4d-825a-2dc43876da92","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","disabled":true}],"url":"https://{{BASE_URL}}/v2/projects/shared","description":"Fetch authenticating User's membership for a specific Project."},"response":[]},{"name":"/teams/:id/projects","id":"1b3ddee6-966e-4636-8ee4-fa80fd394182","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\" : \"My new project\",\n  \"private\" : false,\n  \"project_preferences\": {\n      \"notify_on_updated_label\": true,\n      \"notify_on_new_mention\": true,\n      \"notify_on_new_comment\": true,\n      \"notify_on_new_collaborator\": true,\n      \"notify_on_new_asset\": true,\n      \"collaborator_can_share\": true,\n      \"collaborator_can_invite\": true,\n      \"collaborator_can_download\": true\n  }\n}"},"url":{"raw":"https://{{BASE_URL}}/v2/teams/:id/projects","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","teams",":id","projects"],"variable":[{"key":"id","value":"{{team_id}}"}]},"description":"Create a new Project in a specific Team."},"response":[]},{"name":"/projects/:id/collaborators","id":"38b70204-e7f7-45eb-9291-96066979ad49","request":{"auth":{"type":"bearer","bearer":{"token":"{{bearer}}"}},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"max@frame.io\"\n}"},"url":{"raw":"https://{{BASE_URL}}/v2/projects/:id/collaborators","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","projects",":id","collaborators"],"variable":[{"key":"id","value":"{{project_id}}"}]},"description":"Add a project collaborator"},"response":[]},{"name":"/projects/:id/collaborators","id":"e75023c8-3cad-4406-a6b0-f1b30fddba79","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{BASE_URL}}/v2/projects/:id/collaborators/_?email=mr.baehr@gmail.com","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","projects",":id","collaborators","_"],"query":[{"key":"email","value":"mr.baehr@gmail.com"}],"variable":[{"key":"id","value":"{{project_id}}"}]},"description":"Remove a project collaborator"},"response":[]}],"id":"4764c462-42fb-471a-80ec-d5d2d7cdac09"},{"name":"Assets","item":[{"name":"/assets/:id","id":"c90e0981-ad80-4376-8eb8-d19679343d47","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"tags.","value":""}],"url":"https://{{BASE_URL}}/v2/assets/223fb146-0acc-424d-b644-c2e07b40fa64","description":"Fetch a single Asset."},"response":[]},{"name":"/assets/:id/audio","id":"1733cdc9-e768-43b6-8433-15182dd6c757","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"tags.","value":""}],"url":{"raw":"https://{{BASE_URL}}/v2/assets/:id/audio","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","assets",":id","audio"],"variable":[{"key":"id","value":"a05bc086-fc60-4c27-982e-f78fb7cce229"}]},"description":"Fetch a single Asset."},"response":[]},{"name":"/assets/:id/subtitles","id":"4600fbcc-69ab-4d7e-9b93-b886687207e2","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"tags.","value":""}],"url":{"raw":"https://{{BASE_URL}}/v2/assets/:id/subtitles","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","assets",":id","subtitles"],"variable":[{"key":"id","value":"a05bc086-fc60-4c27-982e-f78fb7cce229"}]},"description":"Fetch a single Asset."},"response":[]},{"name":"/assets/:id/children","id":"f6dafd57-8178-41c7-b3c4-fd9e72f5a088","request":{"method":"GET","header":[],"url":{"raw":"https://{{BASE_URL}}/v2/assets/:id/children","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","assets",":id","children"],"variable":[{"key":"id","value":"{{root_asset_id}}","description":"Here you'll provide the parent folder id in oder to get its direct descendants. "}]},"description":"Fetch the children of an Asset, root Asset, or folder."},"response":[]},{"name":"/assets/:id/children","id":"98aaa429-33f2-44d7-9fab-3b2b768bd75f","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"file\",\n    \"name\": \"moonscape.mp4\",\n    \"filetype\": \"video/mp4\",\n    \"filesize\": 11862626\n}"},"url":{"raw":"https://{{BASE_URL}}/v2/assets/:id/children","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","assets",":id","children"],"variable":[{"key":"id","value":"{{root_asset_id}}","description":"Here you'll provide the parent folder id you'd like to transfer this asset to. "}]},"description":"Gets S3 URLs for multipart upload into Project root.\n\nNote: for simplicity, example file / filesize will return only one URL."},"response":[]},{"name":"/assets/:id/children // URL source","id":"53cd50a8-a05c-4775-91b1-04cf46aea760","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\":\"Bob Arum Documentary - 2015.03.11 - B CAM DAILIES\",\n  \"filename\": \"ARM_2015.03.11_B_CAM.mov\"\n  \"type\":\"file\",\n  \"source\":{\n    \"url\":\"https://d39497iipmlvwy.cloudfront.net/225506000CWXH/4a47f9e3-1a5b-4b5c-b310-3d3d896aa851.mov\"\n  }\n}"},"url":{"raw":"https://{{BASE_URL}}/v2/assets/:id/children","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","assets",":id","children"],"variable":[{"key":"id","value":"{{root_asset_id}}","description":"Here you'll provide the parent folder id you'd like to transfer this asset to. "}]},"description":"Gets S3 URLs for multipart upload into Project root.\n\nNote: for simplicity, example file / filesize will return only one URL."},"response":[]},{"name":"/assets/:id/version","id":"fd0e623c-d5b4-4154-828d-03f9bfffb932","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"next_asset_id\": \"<another-asset-id>\"\n}"},"url":{"raw":"https://{{BASE_URL}}/v2/assets/:id/version","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","assets",":id","version"],"variable":[{"key":"id","value":"{{asset_id}}"}]},"description":"Post a version to destination Asset :id.\n\nNote: requires a second Asset id in the body."},"response":[]},{"name":"/v2/assets/:id","id":"64c03270-a17d-446c-a396-0707dbfe1ce7","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"properties\": {\n    \"external_id\": \"123456\"\n  }\n}"},"url":{"raw":"https://{{BASE_URL}}/v2/assets/:id","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","assets",":id"],"variable":[{"key":"id","value":"{{asset_id}}","description":"ID of the asset you want to update."}]},"description":"Updates the attributes of a specific Asset."},"response":[]},{"name":"/assets/:id","id":"d53bca50-e398-4431-a668-e5a160ce0997","request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{BASE_URL}}/v2/assets/:id","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","assets",":id"],"variable":[{"key":"id","value":"{{asset_id}}","description":"The ID of the asset you want to delete."}]},"description":"Deletes an asset. Use with caution."},"response":[]},{"name":"/batch/assets/:id/move","id":"7b4e46cc-f29b-4b78-99dd-560de04f0158","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"batch\": [\n        {\n            \"id\": \"0cf8f6cb-a889-4d03-9bef-c7524c2c87f4\"\n        },\n        {\t\n        \t\"id\": \"46f5311c-a72d-4d9a-9364-99bff33bf997\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{BASE_URL}}/v2/batch/assets/:id/move","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","batch","assets",":id","move"],"variable":[{"key":"id","value":"da20441d-a60f-4eaf-ab1e-22337e2fa6f4"}]}},"response":[]}],"id":"99994bc3-0a93-41bc-bde1-b152ccae1818"},{"name":"Comments","item":[{"name":"/assets/:id/comments","id":"246dee56-66a5-4fef-9e57-41cec43df59d","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"text\":\"Hello it's a comment\",\n  \"annotation\":null,\n    \"timestamp\":10,\n    \"pitch\":null,\n    \"yaw\":null\n }"},"url":{"raw":"https://{{BASE_URL}}/v2/assets/:id/comments","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","assets",":id","comments"],"variable":[{"key":"id","value":"{{asset_id}}"}]},"description":"Posts a Comment on a specific Asset."},"response":[]},{"name":"/assets/:id/comments","id":"314c2f79-7ff2-4b8a-b41d-38a4db6f74bd","request":{"auth":{"type":"bearer","bearer":{"token":"{{bearer}}"}},"method":"GET","header":[],"url":"https://{{BASE_URL}}/v2/assets/{{asset_id}}/comments","description":"Fetches the Comments for a specific Asset."},"response":[]},{"name":"/assets/:id/comments/export","id":"5a3c29a8-4b36-44a0-b6e1-a062e5b0c94c","request":{"method":"GET","header":[],"url":{"raw":"https://{{BASE_URL}}/v2/assets/:id/comments/export?export_type=avid&file_name={{comment_export_file_name}}&file_type={{comment_export_file_type}}","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","assets",":id","comments","export"],"query":[{"key":"export_type","value":"avid","description":"Options: avid,csv,xml"},{"key":"file_name","value":"{{comment_export_file_name}}","description":"The URL encoded filename you'd like for the output."},{"key":"file_type","value":"{{comment_export_file_type}}","description":"The URL encoded mime type + character encoding you'd like for the file type."}],"variable":[{"key":"id","value":"5dc4cec2-a3b8-442f-8738-9c265d853c6f"}]},"description":"Fetches the Comments for a specific Asset."},"response":[]},{"name":"/comments/:id","id":"e940210b-8ad2-4131-98da-ce24b171b902","request":{"method":"GET","header":[],"url":{"raw":"https://{{BASE_URL}}/v2/comments/:id","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","comments",":id"],"variable":[{"key":"id","value":"{{comment_id}}"}]},"description":"Fetch a single Comment."},"response":[]},{"name":"/comments/:id","id":"4e84aad2-7007-49d0-a053-428c060d0187","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"text\" : \"This is an edited comment\"\n}"},"url":{"raw":"https://{{BASE_URL}}/v2/comments/:id","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","comments",":id"],"variable":[{"key":"id","value":"{{comment_id}}"}]},"description":"Edit a specific Comment.\n\nIncluding the `completed_at` and `completer_id` fields will allow you to mark a Comment as done or not done."},"response":[]},{"name":"/comments/:id","id":"ab5de1f7-f41b-4964-821c-a7926015bc0d","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://{{BASE_URL}}/v2/comments/:id","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","comments",":id"],"variable":[{"key":"id","value":"{{comment_id}}"}]},"description":"Delete a specific Comment."},"response":[]}],"id":"a81dc102-dce6-4b1c-86df-87905e564052"},{"name":"Review Links","item":[{"name":"/projects/:id/review_links","id":"ef260230-8936-4bfc-ad75-0a93a1683bd5","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"My Review Link\"\n}"},"url":{"raw":"https://{{BASE_URL}}/v2/projects/:id/review_links","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","projects",":id","review_links"],"variable":[{"key":"id","value":"{{project_id}}"}]},"description":"Create a Review Link in a Project."},"response":[]},{"name":"/review_links/:id/assets","id":"b59c9f7a-db64-4c36-89a5-b360da792706","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"asset_ids\": [\n      \"{{asset_id}}\"\n    ]\n}"},"url":{"raw":"https://{{BASE_URL}}/v2/review_links/:id/assets","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","review_links",":id","assets"],"variable":[{"key":"id","value":"{{review_link_id}}"}]},"description":"Add an Asset (or Assets) to a Review Link."},"response":[]},{"name":"/projects/:id/review_links","id":"f1007e55-b4ec-4879-bc85-af396d1ace76","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{BASE_URL}}/v2/projects/:id/review_links","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","projects",":id","review_links"],"variable":[{"key":"id","value":"{{project_id}}"}]},"description":"Fetch the Review Links for a specific Project."},"response":[]},{"name":"/review_links/:id/items","id":"6b0b94fd-6de8-4a99-b3c8-a1379565a895","request":{"method":"GET","header":[],"url":{"raw":"https://{{BASE_URL}}/v2/review_links/:id/items","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","review_links",":id","items"],"variable":[{"key":"id","value":"{{review_link_id}}"}]},"description":"Fetch the items (Assets) for a specific Review Link."},"response":[]},{"name":"/review_links/:id","id":"20a8558d-36fd-4e9b-baab-37cc04709f3f","request":{"method":"GET","header":[],"url":{"raw":"https://{{BASE_URL}}/v2/review_links/:id","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","review_links",":id"],"query":[{"key":"include","value":"owner","disabled":true}],"variable":[{"key":"id","value":"{{review_link_id}}"}]},"description":"Fetch the settings for a specific Review Link.\n\nNote: to include information about Team, Project, and Creator, use the parameter `include=owner`"},"response":[]},{"name":"/review_links/:id","id":"4efe533b-9cdc-445c-9c19-7e5bd6bbaad7","request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"allow_approvals\": false\n}"},"url":{"raw":"https://{{BASE_URL}}/v2/review_links/:id","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","review_links",":id"],"variable":[{"key":"id","value":"{{review_link_id}}"}]},"description":"Update the settings for a specific Review Link."},"response":[]}],"id":"7301eee5-67de-4df2-9679-fdd59117f2f7"},{"name":"Search","item":[{"name":"/search/assets (complex)","id":"c206bb77-7eeb-4bad-a4e8-352c3dda3809","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"q\":\"*\",\n  \"team_id\": \"{{team_id}}\",\n  \"page_size\": 10,\n  \"filter\":{\n    \"label\": \"approved\"\n  },\n  \"properties\": {\n    \"key\": \"value\"\n  }\n}"},"url":"https://{{BASE_URL}}/v2/search/assets","description":"Search across the Assets in a specific Account.\n\nNote: see documentation for available filters."},"response":[]},{"name":"/search/assets (simple)","id":"2fcc6099-fd3f-4ca0-a35e-ce4a844e86b5","request":{"method":"GET","header":[],"url":{"raw":"https://{{BASE_URL}}/v2/search/assets?q=moon&account_id={{account_id}}","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","search","assets"],"query":[{"key":"q","value":"moon"},{"key":"account_id","value":"{{account_id}}"}]},"description":"Perform a simple filename search across all the Assets in an Account."},"response":[]},{"name":"/search/library (complex)","id":"2eb53c08-013f-4193-a8a3-c0e02d60ed3a","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"account_id\":\"{{account_id}}\",\n  \"filter\":{\n    \"team_id\":{\n      \"op\":\"eq\",\n      \"value\":\"{{team_id}}\"\n      },\n    \"type\": \n      {\n      \"op\": \"eq\",\n      \"value\": \"file\"\n      }\n    },\n  \"sort\":\"inserted_at\"\n  }"},"url":"https://{{BASE_URL}}/v2/search/library","description":"Search across the Assets in a specific Account.\n\nNote: see documentation for available filters."},"response":[]}],"id":"da34a99b-f446-4acb-9d2a-3f135b7e2bf7"},{"name":"Audit Logs","item":[{"name":"/accounts/:id/audit_logs","id":"1feb5442-96ad-4e1f-8bd1-b30010885cec","request":{"auth":{"type":"bearer","bearer":{"token":"{{bearer}}"}},"method":"GET","header":[],"url":"https://api.frame.io/v2/accounts/{{account_id}}/audit_logs"},"response":[]},{"name":"/accounts/:id/audit_logs? // filter for item type","id":"0613526f-f212-4d3d-9a0a-738984a4098c","request":{"auth":{"type":"bearer","bearer":{"token":"{{bearer}}"}},"method":"GET","header":[],"url":{"raw":"https://api.frame.io/v2/accounts/{{account_id}}/audit_logs?filter[item_type]=presentation","protocol":"https","host":["api","frame","io"],"path":["v2","accounts","{{account_id}}","audit_logs"],"query":[{"key":"filter[item_type]","value":"presentation"}]}},"response":[]},{"name":"/accounts/:id/audit_logs? // filter for single item","id":"390fa5f7-dcc4-4218-888c-b4b3615872dd","request":{"auth":{"type":"bearer","bearer":{"token":"{{bearer}}"}},"method":"GET","header":[],"url":{"raw":"https://api.frame.io/v2/accounts/{{account_id}}/audit_logs?filter[item_id]={{asset_id}}","protocol":"https","host":["api","frame","io"],"path":["v2","accounts","{{account_id}}","audit_logs"],"query":[{"key":"filter[item_id]","value":"{{asset_id}}"}]}},"response":[]},{"name":"/accounts/:id/audit_logs? // filter for actor","id":"b8e075bd-d596-4f91-a10b-a5a75b71f9b2","request":{"auth":{"type":"bearer","bearer":{"token":"{{bearer}}"}},"method":"GET","header":[],"url":{"raw":"https://api.frame.io/v2/accounts/{{account_id}}/audit_logs?filter[actor_id]={{user_id}}","protocol":"https","host":["api","frame","io"],"path":["v2","accounts","{{account_id}}","audit_logs"],"query":[{"key":"filter[actor_id]","value":"{{user_id}}"}]}},"response":[]},{"name":"/accounts/:id/audit_logs? // filter for action","id":"1cfa6426-0615-4822-a0fd-2c281f92fc48","request":{"auth":{"type":"bearer","bearer":{"token":"{{bearer}}"}},"method":"GET","header":[],"url":{"raw":"https://api.frame.io/v2/accounts/{{account_id}}/audit_logs?filter[action]=ReviewLinkCreated","protocol":"https","host":["api","frame","io"],"path":["v2","accounts","{{account_id}}","audit_logs"],"query":[{"key":"filter[action]","value":"ReviewLinkCreated"}]}},"response":[]},{"name":"/accounts/:id/audit_logs? // filter date range","id":"e4e37dcc-82b2-466f-9445-2ac71c003087","request":{"auth":{"type":"bearer","bearer":{"token":"{{bearer}}"}},"method":"GET","header":[],"url":{"raw":"https://api.frame.io/v2/accounts/{{account_id}}/audit_logs?filter[inserted_at][op]=gt&filter[inserted_at][value]=2019-03-11T00:00:00Z","protocol":"https","host":["api","frame","io"],"path":["v2","accounts","{{account_id}}","audit_logs"],"query":[{"key":"filter[inserted_at][op]","value":"gt"},{"key":"filter[inserted_at][value]","value":"2019-03-11T00:00:00Z"}]}},"response":[]}],"id":"a12282cf-e44c-4531-8af6-7e5f424d5724"},{"name":"Version Stacks","item":[{"name":"/assets/:stack_id/unversion","id":"9381b822-38d0-4718-be3e-181c4ea1c60d","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"text\":\"Frame 25 via API\",\n  \"annotation\":null,\n    \"timestamp\":25,\n    \"pitch\":null,\n    \"yaw\":null\n }"},"url":{"raw":"https://{{BASE_URL}}/v2/assets/:id/unversion","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","assets",":id","unversion"],"variable":[{"key":"id","value":"{{version_stack_id}}","description":"The ID of the version stack you're trying to delete"}]},"description":"Posts a Comment on a specific Asset."},"response":[]},{"name":"/v2/assets/:id/move","id":"aca7cd2f-6fc5-469b-b66a-67fa7c6ec04b","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"{{asset_id}}\"\n}"},"url":{"raw":"https://{{BASE_URL}}/v2/assets/:id/move","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","assets",":id","move"],"variable":[{"key":"id","value":"{{root_asset_id}}","description":"The parent asset for the items you want to move"}]},"description":"Updates the attributes of a specific Asset."},"response":[]}],"id":"7b254979-4c67-4204-8f79-a13fdee69591"},{"name":"Webhooks","item":[{"name":"/hooks","id":"239e44b7-255f-4e22-b9df-1145b42a79d8","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{  \n  \"name\": \"My First Webhook\",\n  \"team\": \"{{team_id}}\",\n  \"url\": \"{{webhook_url}}\",\n  \"events\": [\"asset.ready\"]\n}"},"url":{"raw":"https://{{BASE_URL}}/v2/teams/:id/hooks","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","teams",":id","hooks"],"variable":[{"key":"id","value":"{{team_id}}"}]},"description":"Fetch all teams for authenticating User, regardless of Account context."},"response":[]}],"id":"b2b6891e-392e-48e8-bb35-8fc7d9760c65"},{"name":"Tokens","item":[{"name":"Create Token","id":"64eed1d1-4ca5-4bad-945d-108f500d8fdd","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Testing Token Create from Postman\",\n    \"scopes\": {\n        \"account_read\": true,\n        \"team_read\": true,\n        \"team_create\": true,\n        \"team_delete\": true,\n        \"team_update\": true,\n        \"project_create\": true,\n        \"project_read\": true,\n        \"project_update\": true,\n        \"project_delete\": true,\n        \"asset_create\": true,\n        \"asset_read\": true,\n        \"asset_update\": true,\n        \"asset_delete\": true,\n        \"comment_create\": true,\n        \"comment_read\": true,\n        \"comment_update\": true,\n        \"comment_delete\": true,\n        \"reviewlink_create\": true,\n        \"reviewlink_read\": true,\n        \"reviewlink_update\": true,\n        \"reviewlink_delete\": true,\n        \"presentation_create\": true,\n        \"presentation_read\": true,\n        \"presentation_update\": true,\n        \"presentation_delete\": true,\n        \"auditlog_read\": true,\n        \"offline\": false,\n        \"webhook_create\": true,\n        \"webhook_read\": true,\n        \"webhook_update\": true,\n        \"webhook_delete\": true,\n        \"action_create\": true,\n        \"action_read\": true,\n        \"action_update\": true,\n        \"action_delete\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.frame.io/v2/tokens"},"response":[]},{"name":"Get Tokens","id":"605f7621-a7cd-4c59-b1c9-d49c35a9423b","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"description\": \"Testing Token Create from Postman\",\n    \"scopes\": {\n        \"account_read\": true,\n        \"team_read\": true,\n        \"team_create\": true,\n        \"team_delete\": true,\n        \"team_update\": true,\n        \"project_create\": true,\n        \"project_read\": true,\n        \"project_update\": true,\n        \"project_delete\": true,\n        \"asset_create\": true,\n        \"asset_read\": true,\n        \"asset_update\": true,\n        \"asset_delete\": true,\n        \"comment_create\": true,\n        \"comment_read\": true,\n        \"comment_update\": true,\n        \"comment_delete\": true,\n        \"reviewlink_create\": true,\n        \"reviewlink_read\": true,\n        \"reviewlink_update\": true,\n        \"reviewlink_delete\": true,\n        \"presentation_create\": true,\n        \"presentation_read\": true,\n        \"presentation_update\": true,\n        \"presentation_delete\": true,\n        \"auditlog_read\": true,\n        \"offline\": false,\n        \"webhook_create\": true,\n        \"webhook_read\": true,\n        \"webhook_update\": true,\n        \"webhook_delete\": true,\n        \"action_create\": true,\n        \"action_read\": true,\n        \"action_update\": true,\n        \"action_delete\": true\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://{{BASE_URL}}/v2/tokens"},"response":[]}],"id":"da3a3592-e91e-418d-b967-a0d0c4a9b07a"},{"name":"Presentation Links","item":[{"name":"/projects/:id/presentations","id":"214fdb60-86b5-43a0-b859-ede4a3e35b8d","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{BASE_URL}}/v2/projects/:id/presentations","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","projects",":id","presentations"],"variable":[{"key":"id","value":"{{project_id}}"}]},"description":"Fetch the Review Links for a specific Project."},"response":[]},{"name":"/presentations/:id","id":"234c7a5b-d32e-4648-8b8f-30b02b244b8e","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://{{BASE_URL}}/v2/presentations/:id","protocol":"https","host":["{{BASE_URL}}"],"path":["v2","presentations",":id"],"variable":[{"key":"id","value":"ad00ec76-866c-4321-b6e5-fc98d789844d"}]},"description":"Fetch the Review Links for a specific Project."},"response":[]}],"id":"e8c744b4-1430-49bc-bd74-b1375d054e95"},{"name":"Misc","item":[{"name":"/installations/for_me","id":"a3bc56c3-f9e6-4a0a-801c-ab25367cdcc8","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"tags.","value":""}],"url":"https://{{BASE_URL}}/v2/installations/for_me","description":"Get installable apps"},"response":[]}],"id":"2c3810d6-0885-4fcb-a3c1-1e004aee16b5"}],"auth":{"type":"bearer","bearer":{"token":"{{bearer}}"}},"event":[{"listen":"prerequest","script":{"id":"c7f13094-5ca3-4278-a10d-30474179f4ad","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d6900a54-e9e3-4778-b92d-737d7d6c390e","type":"text/javascript","exec":[""]}}],"variable":[{"id":"66518c36-709c-4b9b-bb70-843c6cdd9b6f","key":"BASE_URL","value":"api.frame.io","type":"string"},{"id":"57e3d0c6-612b-4629-94b6-5e5c770d6ae9","key":"comment_export_file_type","value":"text%2Fcsv%3B%20charset%3DUTF-8%3B"},{"id":"285789e8-3419-4655-8d2a-6ddbf7014726","key":"comment_export_file_name","value":"3D%20Printing%20HDR.xml"}]}