{"info":{"_postman_id":"7337cd99-89bf-ccb8-1efd-f9a612727120","name":"Wrap Public API Endpoints","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"card_collections","item":[{"name":"Get list of card collection","event":[{"listen":"test","script":{"type":"text/javascript","exec":["//Query Parameters","//?search={{search}}&page={{page}}&per_page={{per_page}}&padding={{padding}}"]}}],"id":"cdafe44e-a74e-05d5-dc32-19a9ac4884cc","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.wrap.co/api/card_collections"},"response":[],"_postman_id":"cdafe44e-a74e-05d5-dc32-19a9ac4884cc"},{"name":"Create a Card Collection with the specified name","id":"45d7fd5e-c964-0bdf-f932-c2047b0c42cb","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\":\"{{Collection Name}}\"\n}"},"url":"https://api.wrap.co/api/card_collections"},"response":[],"_postman_id":"45d7fd5e-c964-0bdf-f932-c2047b0c42cb"},{"name":"Return Card Collection with the specified id","id":"d25f1bdb-6882-b585-2eaf-e0a5ff90e9f4","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.wrap.co/api/card_collections/{{id}}"},"response":[],"_postman_id":"d25f1bdb-6882-b585-2eaf-e0a5ff90e9f4"},{"name":"Rename the Card Collection","id":"7c382b3e-7ffb-3bf3-f3aa-483a1f489539","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\":\"{{New Collection Name}}\"\n}"},"url":"https://api.wrap.co/api/card_collections/{{id}}"},"response":[],"_postman_id":"7c382b3e-7ffb-3bf3-f3aa-483a1f489539"},{"name":"Delete Card Collection with the specified id","id":"3da9f8d8-fe43-ed81-5ab0-1d139ebc715d","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.wrap.co/api/card_collections/{{id}}"},"response":[],"_postman_id":"3da9f8d8-fe43-ed81-5ab0-1d139ebc715d"}],"id":"ff150ec0-950b-22af-eed1-bff8310665d3","description":"Folder for card_collections","_postman_id":"ff150ec0-950b-22af-eed1-bff8310665d3"},{"name":"cards","item":[{"name":"Get list of cards","event":[{"listen":"test","script":{"type":"text/javascript","exec":["//Query Parameters","//?tags={{tags}}&search={{search}}&template_card_id={{template_card_id}}&page={{page}}&per_page={{per_page}}&padding={{padding}}&sort={{sort}}&sort_order={{sort_order}}&filter={{filter}}"]}}],"id":"8339edb7-babd-47ea-af9d-2bd669cbe59e","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"metadata\":{\n        \"model\":\"12345\"\n    }\n}"},"url":"https://api.wrap.co/api/cards"},"response":[],"_postman_id":"8339edb7-babd-47ea-af9d-2bd669cbe59e"},{"name":"Delete Cards by Tags or IDs","id":"1fa0706e-9f43-d262-5721-71c887248df9","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"tags\":\"{{Comma separated tags of the cards to delete}}\",\n    \"card_ids\":\"{{Comma separated UUIDs of the cards to delete}}\"\n}"},"url":"https://api.wrap.co/api/cards"},"response":[],"_postman_id":"1fa0706e-9f43-d262-5721-71c887248df9"},{"name":"Return Card with the specified id","id":"0fdb7c28-1579-65c0-ce6d-b9b0fd347b6e","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.wrap.co/api/cards/{{id}}"},"response":[],"_postman_id":"0fdb7c28-1579-65c0-ce6d-b9b0fd347b6e"},{"name":"Delete Card with the specified id","id":"378ee6a2-95c2-71e5-bdc7-c0da249766ba","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.wrap.co/api/cards/{{id}}"},"response":[],"_postman_id":"378ee6a2-95c2-71e5-bdc7-c0da249766ba"},{"name":"Get list of cards in card collections matching the search criteria","event":[{"listen":"test","script":{"type":"text/javascript","exec":["//Query Parameters","//?name={{name}}&card_collection_ids={{card_collection_ids}}&page={{page}}&per_page={{per_page}}&padding={{padding}}"]}}],"id":"5e3e2ec8-7d80-6d7b-115d-cc1a9cde97d4","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.wrap.co/api/cards/collections/search"},"response":[],"_postman_id":"5e3e2ec8-7d80-6d7b-115d-cc1a9cde97d4"},{"name":"Clone a card from a given card id","id":"d9959099-45e0-d2dd-2e26-f285ba051e55","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"collection_id\": \"{{collection_id}}\",\n    \"data\": {\"card_name\":\"New Card Name\", \n        \"data_label\":\"Text to add to the card\"\n    },\n    \"mapping\": {\"card_name\":\"card_name\", \n            \"token label\":\"data_label\"\n    },\n    \"tags\": \"tag1, tag2\"\n}"},"url":"https://api.wrap.co/api/cards/{{id}}/clone"},"response":[],"_postman_id":"d9959099-45e0-d2dd-2e26-f285ba051e55"},{"name":"Clone a batch of cards from a given card id","id":"f4db83c2-ce83-57ec-76fe-26ce60ddc420","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"collection_id\": \"{{collection_id}}\",\n    \"data_url\": \"https://example.com/path/to/csv\",\n    \"mapping\": {\n        \"card_name\":\"Card Name\", \n        \"token label \":\"csv column name\"\n    },\n    \"tags\": \"tag1, tag2\"\n}"},"url":"https://api.wrap.co/api/cards/{{id}}/batch_clone"},"response":[],"_postman_id":"f4db83c2-ce83-57ec-76fe-26ce60ddc420"},{"name":"Global rename of card tags ","id":"ed69e3a7-d94e-32b0-b437-4f4d94ca59a0","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"old_tag\": \"{{old_tag}}\",\n    \"new_tag\": \"{{new_tag}}\"\n}"},"url":"https://api.wrap.co/api/cards/rename_tag"},"response":[],"_postman_id":"ed69e3a7-d94e-32b0-b437-4f4d94ca59a0"}],"id":"435fd318-4a67-298f-2648-15efdae8d0df","description":"Folder for cards","_postman_id":"435fd318-4a67-298f-2648-15efdae8d0df"},{"name":"jobs","item":[{"name":"Get the status of a job","id":"94b13e68-449b-5f4f-c37c-9338930cc1d6","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.wrap.co/api/jobs/status?token={{token_val}}","protocol":"https","host":["api","wrap","co"],"path":["api","jobs","status"],"query":[{"key":"token","value":"{{token_val}}"}]}},"response":[],"_postman_id":"94b13e68-449b-5f4f-c37c-9338930cc1d6"}],"id":"ca907758-f56a-b9df-e7f8-d2e912b800bf","description":"Folder for jobs","_postman_id":"ca907758-f56a-b9df-e7f8-d2e912b800bf"},{"name":"personalization","item":[{"name":"Delete personalized wraps for drafting wrap with ID","id":"9ff56619-568e-2080-d876-21adca7d0c93","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"tags\":\"{{Comma separated tags of the cards to delete}}\",\n    \"wrap_ids\":[\"wrapid1\",\"wrapid2\"]\n}"},"url":"https://api.wrap.co/api/wraps/{{id}}/personalize"},"response":[],"_postman_id":"9ff56619-568e-2080-d876-21adca7d0c93"},{"name":"List personalized wraps for drafting wrap with ID","id":"535d3958-6e31-f6e1-161f-972483ada5a5","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.wrap.co/api/wraps/{{id}}/personalize?tags={{tags}}","protocol":"https","host":["api","wrap","co"],"path":["api","wraps","{{id}}","personalize"],"query":[{"key":"tags","value":"{{tags}}"}]}},"response":[],"_postman_id":"535d3958-6e31-f6e1-161f-972483ada5a5"},{"name":"Create personalized wrap for drafting wrap with ID","id":"231fc63a-e3e5-5830-7c6a-a4a0fbdd0779","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"personalized_json\": {\n    \"e6d06afd-1680-4359-8802-e6ef2498613b\": {}\n  },\n  \"tags\": \"tag1, tag2\"\n}"},"url":"https://api.wrap.co/api/wraps/{{id}}/personalize"},"response":[],"_postman_id":"231fc63a-e3e5-5830-7c6a-a4a0fbdd0779"},{"name":"V2 Create personalized wrap for drafting wrap with ID copy","id":"515ff6f9-baee-3807-d3b2-9a101a1b752c","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"personalized_json\": [\n    {\n      \"id\": \"1EBDDCB8-411D-40EF-AA9B-0F993EFE7629\",\n      \"data\": {\n        \"name\": \"Sally\"\n      }\n    },\n    {\n      \"id\": \"F1376E86-542C-46C9-85F1-AB739CEB4DED`\",\n      \"data\": {\n        \"gender\": \"female\"\n      }\n    }\n  ],\n  \"tags\": \"iphone, samsung\",\n  \"metadata\": {\"customer_id\":\"727272\"}\n}\n"},"url":"https://api.wrap.co/api/wraps/{{id}}/personalize/v2","description":"Version 2 of personalization allows for creation of personalized wraps with cards that are not in the parent wrap. "},"response":[],"_postman_id":"515ff6f9-baee-3807-d3b2-9a101a1b752c"}],"id":"c9147876-9b41-0b71-39df-f1bd47ca58fe","_postman_id":"c9147876-9b41-0b71-39df-f1bd47ca58fe"},{"name":"widgets","item":[{"name":"Widgets","event":[{"listen":"test","script":{"type":"text/javascript","exec":["/*","// Returned Schema","[","  {","    \"createdAt\": \"2016-07-22T19:54:22.083Z\",","    \"id\": \"string\",","    \"name\": \"string\",","    \"schema\": {},","    \"schema_url\": \"string\"","  }","]","*/",""]}}],"id":"174f711c-b3b6-c39b-e32a-6eb8aabe8e04","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"personalized_json\": {},\n  \"tags\": \"sfdc, justin, josh\",\n  \"metadata\": {\"customId\":\"19399\",\n        \"reportingEndpoint\":\"https://thunder.ac.dc\", \n        \"authToken\":\"4576ec2bfcb84aaa65b616060fd79b7c6a7e9252b5dc61f690a2091a3acedf6f\"}\n}"},"url":"https://api.wrap.co/api/widgets"},"response":[],"_postman_id":"174f711c-b3b6-c39b-e32a-6eb8aabe8e04"},{"name":"Create widget type and required widget component and entitlement","event":[{"listen":"test","script":{"type":"text/javascript","exec":["/*","// Returned Schema","[","  {","    \"createdAt\": \"2016-07-22T19:54:22.083Z\",","    \"id\": \"string\",","    \"name\": \"string\",","    \"schema\": {},","    \"schema_url\": \"string\"","  }","]","*/",""]}}],"id":"38507eeb-036e-4e40-b3f4-601011f7a847","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"My Wrap Hosted Widget\",\n    \"schema\": {\n        \"width\": \"640\",\n        \"height\": \"455\"\n    },\n    \"html_content\": \"<html><head><title>Widget Example</title></head><script src=\\\"//wrap.co/widgets.js\\\"></script><script type=\\\"text/javascript\\\">function pageload() {wrap.initialize().then(function() {console.log(\\\"Wrap Events: \\\", WRAP_EVENTS) //A listing of Wrap events you can register for})}</script><body onload=\\\"pageload()\\\"><div>Your First Widget</div></body></html>\",\n    \"icon\": \"<?xml version=\\\"1.0\\\" encoding=\\\"UTF-8\\\" standalone=\\\"no\\\"?><svg width=\\\"164px\\\" height=\\\"165px\\\" viewBox=\\\"0 0 164 165\\\" version=\\\"1.1\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" xmlns:xlink=\\\"http://www.w3.org/1999/xlink\\\"><!-- Generator: Sketch 39.1 (31720) - http://www.bohemiancoding.com/sketch --><title>Slice 1</title><desc>Created with Sketch.</desc><defs></defs><g id=\\\"Page-1\\\" stroke=\\\"none\\\" stroke-width=\\\"1\\\" fill=\\\"none\\\" fill-rule=\\\"evenodd\\\"><polygon id=\\\"Star\\\" stroke=\\\"#5A5A5A\\\" fill=\\\"#F8E81C\\\" points=\\\"82 123.5 34.3893946 148.530377 43.4822111 95.5151883 4.96442218 57.9696235 58.1946973 50.2348117 82 2 105.805303 50.2348117 159.035578 57.9696235 120.517789 95.5151883 129.610605 148.530377\\\"></polygon></g></svg>\"\n}"},"url":"https://api.wrap.co/api/widgets"},"response":[],"_postman_id":"38507eeb-036e-4e40-b3f4-601011f7a847"},{"name":"Update widget","event":[{"listen":"test","script":{"type":"text/javascript","exec":["/*","// Updates the widget identified by the ID parameter. ","*/"]}}],"id":"6a552f12-ec94-9ba6-5a67-16cc562bb1ef","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"string\",\n    \"schema\": {},\n    \"schema_url\": \"string\"\n}"},"url":"https://api.wrap.co/api/widgets/{{id}}"},"response":[],"_postman_id":"6a552f12-ec94-9ba6-5a67-16cc562bb1ef"},{"name":"Delete widget type and associated component and entitlment copy","event":[{"listen":"test","script":{"type":"text/javascript","exec":["/*","// Deletes the widget identified by the ID parameter. ",""]}}],"id":"2c75d769-47b8-5244-80df-cfe363971ab9","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.wrap.co/api/widgets/{{id}}"},"response":[],"_postman_id":"2c75d769-47b8-5244-80df-cfe363971ab9"}],"id":"81e5c48d-dda9-2667-338f-0c711100247f","_postman_id":"81e5c48d-dda9-2667-338f-0c711100247f"},{"name":"wraps","item":[{"name":"Get list of wraps","event":[{"listen":"test","script":{"type":"text/javascript","exec":["//Query Parameters","//?tags={{tags}}&search={{query}}page={{page}}&per_page={{per_page}}"]}}],"id":"5fcb93e6-cff8-7168-86f7-a9fce8f4e547","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.wrap.co/api/wraps"},"response":[],"_postman_id":"5fcb93e6-cff8-7168-86f7-a9fce8f4e547"},{"name":"Create a wrap with card ids","id":"eef77c81-02b3-f81c-67f6-fe9d08607383","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"card_ids\": \"comma separated card ids to create this wrap\",\n  \"tags\":\"tag1, tag2\"\n}"},"url":"https://api.wrap.co/api/wraps"},"response":[],"_postman_id":"eef77c81-02b3-f81c-67f6-fe9d08607383"},{"name":"Delete a given wrap with id","id":"d74dad03-2918-3f1b-9953-c6a3289b55a9","request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.wrap.co/api/wraps/{{id}}"},"response":[],"_postman_id":"d74dad03-2918-3f1b-9953-c6a3289b55a9"},{"name":"Get draft or published wrap by ID","event":[{"listen":"test","script":{"type":"text/javascript","exec":["//Query Parameters","//published={{published}}  published value can be \"true\" or \"false\""]}}],"id":"f150ce35-faea-c561-9942-343993bd52e7","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.wrap.co/api/wraps/{{id}}?search={{search}}","protocol":"https","host":["api","wrap","co"],"path":["api","wraps","{{id}}"],"query":[{"key":"search","value":"{{search}}"}]}},"response":[],"_postman_id":"f150ce35-faea-c561-9942-343993bd52e7"},{"name":"Rename a wrap with a given id","id":"361b4061-98ec-ad8d-4a76-2f0668d0e478","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"{{new name}}\"\n}"},"url":"https://api.wrap.co/api/wraps/{{id}}/rename"},"response":[],"_postman_id":"361b4061-98ec-ad8d-4a76-2f0668d0e478"},{"name":"Publish a wrap with a given id","id":"26951c42-e9d0-a302-0460-4294afe373e8","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.wrap.co/api/wraps/{{id}}/publish"},"response":[],"_postman_id":"26951c42-e9d0-a302-0460-4294afe373e8"},{"name":"Shares the wrap via text message","event":[{"listen":"test","script":{"type":"text/javascript","exec":["/*{","    \"type\": [","      \"must be sms or mms\"","    ],","    \"phone_number\": [","      \"must be 10 digits\"","    ],","    \"body\": [","      \"must include {{wrap}}\"","    ]","    example of a body ","    \"Hello, Checkout your wrap at this link {{wrap}} Enjoy!\"","}*/"]}}],"id":"29ab3cf9-cc50-0a2b-6ea0-2f3ebd3172a1","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.wrap.co/api/wraps/{{id}}/share?type={{type}}&phone_number={{phone_number}}&body={{body}}","protocol":"https","host":["api","wrap","co"],"path":["api","wraps","{{id}}","share"],"query":[{"key":"type","value":"{{type}}"},{"key":"phone_number","value":"{{phone_number}}"},{"key":"body","value":"{{body}}"}]}},"response":[],"_postman_id":"29ab3cf9-cc50-0a2b-6ea0-2f3ebd3172a1"},{"name":"Clones a given wrap with id","id":"da4d1b4c-2af0-1208-99ce-815a7053b632","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"tags\":\"tag1, tag2\",\n    \"use_published\":\"true\"\n}\n"},"url":"https://api.wrap.co/api/wraps/{{id}}/clone"},"response":[],"_postman_id":"da4d1b4c-2af0-1208-99ce-815a7053b632"},{"name":"Insert cards at a given position","id":"27f53f59-31e8-d11c-0580-36e279ddb293","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"card_ids\":\"card_id1, card_id2, card_id3\",\n    \"position\":\"0\"\n}"},"url":"https://api.wrap.co/api/wraps/{{id}}/insert_cards"},"response":[],"_postman_id":"27f53f59-31e8-d11c-0580-36e279ddb293"},{"name":"Replaces a card at the given position","id":"184cd01a-aabd-3a17-4805-10f9324c290c","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"card_ids\":\"card_id1\",\n    \"position\":\"1\"\n}"},"url":"https://api.wrap.co/api/wraps/{{id}}/replace_card"},"response":[],"_postman_id":"184cd01a-aabd-3a17-4805-10f9324c290c"},{"name":"Deletes cards from a given position","event":[{"listen":"test","script":{"type":"text/javascript","exec":["/*","position  Starting position for the delete","(required)","","count  Number of cards to delete from position","(required)","*/"]}}],"id":"8cba0d49-a04c-c8ef-4c30-4f2fb07d2f60","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"position\":\"0\",\n    \"count\":\"2\"\n}"},"url":"https://api.wrap.co/api/wraps/{{id}}/delete_cards"},"response":[],"_postman_id":"8cba0d49-a04c-c8ef-4c30-4f2fb07d2f60"},{"name":"Sets the cards in a wrap","id":"a9dc530f-bd89-46df-3455-e788554c097e","request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{API_KEY}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"card_ids\":\"card_id1, card_id2, card_id3\"\n}"},"url":"https://api.wrap.co/api/wraps/{{id}}/set_cards"},"response":[],"_postman_id":"a9dc530f-bd89-46df-3455-e788554c097e"}],"id":"77a4d488-2598-8ac0-4f6f-72ad13635742","description":"Folder for wraps","_postman_id":"77a4d488-2598-8ac0-4f6f-72ad13635742"}]}