{"info":{"_postman_id":"615ca833-0325-4af9-ae54-1e192b3a054a","name":"FortniteAPI.com","description":"<html><head></head><body><p>OFFICIAL documentation for theapinetwork.com &gt; FortniteAPI.com Version 2.</p>\n<h3 id=\"1-fortnite-api-console\">1. Fortnite API console</h3>\n<p>You can manage your API on our console, the link to our console is <a href=\"https://console.fortniteapi.com\">https://console.fortniteapi.com</a></p>\n<h3 id=\"2-getting-started\">2. Getting started</h3>\n<p>Pass your Authorization token using the header <strong>'Authorization'</strong>, or using a GET parameter called <strong>'authorization'</strong>.\nYou can get an Authorization token on our website, listed at the top of this page.</p>\n<h3 id=\"3-api-version\">3. API version</h3>\n<p>Your API token will automaticly have Version 2 (V2) as default, you can change this in your console. <strong>Note: This will be aplied on all endpoints</strong>. You can also choose to use a header to change the API version.</p>\n<blockquote>\n<p>Discord server: <a href=\"https://discord.gg/8zPBaCQ\">https://discord.gg/8zPBaCQ</a> </p>\n</blockquote>\n<blockquote>\n<p>Twitter: <a href=\"https://twitter.com/fortniteapi\">https://twitter.com/fortniteapi</a></p>\n</blockquote>\n<p><a href=\"https://fortniteapi.com\">https://fortniteapi.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4499368","collectionId":"615ca833-0325-4af9-ae54-1e192b3a054a","publishedId":"S17tPT3v","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-03-25T15:44:50.000Z"},"item":[{"name":"Item API","item":[{"name":"Store","id":"1d9d1a44-5f34-4027-ba43-7e273089feb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"https://fortnite-api.theapinetwork.com/store/get","description":"<p>Get the daily store that automatically updates at 1 am CET.</p>\n<p><strong>Example data for V2 (default version)</strong></p>\n<pre><code>{\n    \"data\": [\n        {\n            \"itemId\": \"2fad344-834e456-dcf643d-91f9712\",\n            \"lastUpdate\": 1553386039,\n            \"store\": {\n                \"isFeatured\": true,\n                \"isRefundable\": true,\n                \"cost\": \"1500\"\n            },\n            \"item\": {\n                \"name\": \"Beastmode\",\n                \"description\": \"Gassed up and ready to roar.\",\n                \"type\": \"outfit\",\n                \"rarity\": \"epic\",\n                \"images\": {\n                    \"icon\": \"https://fortnite-public-files.theapinetwork.com/outfit/c567e52c290292c99c7c9b44dd36827c.png\",\n                    \"featured\": \"https://fortnite-public-files.theapinetwork.com/featured/2fad344-834e456-dcf643d-91f9712.png\",\n                    \"background\": \"https://fortnite-public-files.theapinetwork.com/image/2fad344-834e456-dcf643d-91f9712.png\",\n                    \"information\": \"https://fortnite-public-files.theapinetwork.com/image/2fad344-834e456-dcf643d-91f9712/icon.png\"\n                },\n                \"obtained_type\": \"vbucks\",\n                \"ratings\": {\n                    \"avgStars\": 3.66,\n                    \"totalPoints\": 597,\n                    \"numberVotes\": 163\n                }\n            }\n        },\n        {\n            /*/ SAME STRUCTURE AS ABOVE /*/\n        }\n    ]\n}</code></pre>","urlObject":{"protocol":"https","path":["store","get"],"host":["fortnite-api","theapinetwork","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d9d1a44-5f34-4027-ba43-7e273089feb5"},{"name":"Upcoming items","id":"b1350af6-f3bb-4fff-887a-6ea727209cf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"https://fortnite-api.theapinetwork.com/upcoming/get","description":"<p>Receive the unreleased items in this list. This list is updated every few minutes.</p>\n","urlObject":{"protocol":"https","path":["upcoming","get"],"host":["fortnite-api","theapinetwork","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1350af6-f3bb-4fff-887a-6ea727209cf7"},{"name":"Items list","id":"f45fe4a6-6959-4510-9437-1554fa619a51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"https://fortnite-api.theapinetwork.com/items/list","description":"<p>Get a long list of all items in Fortnite, from outfits to wraps. Everything is listed.</p>\n","urlObject":{"protocol":"https","path":["items","list"],"host":["fortnite-api","theapinetwork","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f45fe4a6-6959-4510-9437-1554fa619a51"},{"name":"Random items","id":"e85ef5ac-a504-4bd1-8c26-d52829de12ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"https://fortnite-api.theapinetwork.com/items/random","description":"<p>Get random items from our item database.</p>\n","urlObject":{"protocol":"https","path":["items","random"],"host":["fortnite-api","theapinetwork","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e85ef5ac-a504-4bd1-8c26-d52829de12ee"},{"name":"Popular items","id":"6417bb13-ad1d-42a4-b33d-2f0fb4553eb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"https://fortnite-api.theapinetwork.com/items/popular","description":"<p>Via this API you get the popular items of the day, week and month. This is based on our ratings API.</p>\n","urlObject":{"protocol":"https","path":["items","popular"],"host":["fortnite-api","theapinetwork","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6417bb13-ad1d-42a4-b33d-2f0fb4553eb5"},{"name":"Specific item data","event":[{"listen":"prerequest","script":{"id":"ca306ef8-a771-4cc8-9ead-d0ef1f7c8905","exec":["pm.environment.set(\"itemid\", \"2fad344-834e456-dcf643d-91f9712\");"],"type":"text/javascript"}}],"id":"dd62073e-0627-4320-85ce-0dbe2d8bfba8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"https://fortnite-api.theapinetwork.com/item/get?id={{itemid}}","description":"<p>With this endpoint you get access to data from a specific item. You can see, among other things, which set it belongs to and when the item was in the shop.</p>\n","urlObject":{"protocol":"https","path":["item","get"],"host":["fortnite-api","theapinetwork","com"],"query":[{"key":"id","value":"{{itemid}}"}],"variable":[]}},"response":[],"_postman_id":"dd62073e-0627-4320-85ce-0dbe2d8bfba8"}],"id":"26b74db6-ba2a-49bd-8907-f270bfa9fcda","event":[{"listen":"prerequest","script":{"id":"e2a11f94-43d5-47b8-ab88-1cc74641256e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7688d38e-857d-4b79-a4a8-105a76de6ee7","type":"text/javascript","exec":[""]}}],"_postman_id":"26b74db6-ba2a-49bd-8907-f270bfa9fcda","description":""},{"name":"Users API","item":[{"name":"User ID","id":"4b3d48d3-396e-4673-ad82-2e9c09232a29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"https://fortnite-api.theapinetwork.com/users/id?username=Ninja","urlObject":{"protocol":"https","path":["users","id"],"host":["fortnite-api","theapinetwork","com"],"query":[{"key":"username","value":"Ninja"}],"variable":[]}},"response":[],"_postman_id":"4b3d48d3-396e-4673-ad82-2e9c09232a29"},{"name":"User matches (UNAVAILABLE ATM!!)","id":"1096a52e-6f20-41bd-b513-ce04bebce878","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"https://fortnite-api.theapinetwork.com/prod09/users/public/matches_v2?user_id=4735ce9132924caf8a5b17789b40f79c","urlObject":{"protocol":"https","path":["prod09","users","public","matches_v2"],"host":["fortnite-api","theapinetwork","com"],"query":[{"key":"user_id","value":"4735ce9132924caf8a5b17789b40f79c"}],"variable":[]}},"response":[],"_postman_id":"1096a52e-6f20-41bd-b513-ce04bebce878"},{"name":"User stats (V2!)","id":"04bf40f7-bd8a-493a-93c1-e221eb41ac19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"https://fortnite-api.theapinetwork.com/prod09/users/public/br_stats_v2?user_id=4735ce9132924caf8a5b17789b40f79c","description":"<p>V2 of the stats endpoint. This endpoint includes stats for PC, PS4, XBOX, Android &amp; iOS and Nintendo Switch stats.</p>\n<p>CONTROLLER = PS4 + Controller, XBOX + Controller, Switch + Controller or PC + Controller.</p>\n<p>TOUCHSCREEN = iOS, Android or Switch (WITHOUT CONTROLLER)</p>\n<p>KEYBOARD&amp;MOUSE = PC with KB, PS4 with KB or XBOX with KB.</p>\n","urlObject":{"protocol":"https","path":["prod09","users","public","br_stats_v2"],"host":["fortnite-api","theapinetwork","com"],"query":[{"key":"user_id","value":"4735ce9132924caf8a5b17789b40f79c"}],"variable":[]}},"response":[],"_postman_id":"04bf40f7-bd8a-493a-93c1-e221eb41ac19"},{"name":"User stats (V1!)","id":"dd9b198d-10dc-4154-b5c0-fc43e1ecb003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"https://fortnite-api.theapinetwork.com/prod09/users/public/br_stats?user_id=4735ce9132924caf8a5b17789b40f79c&platform=pc","description":"<p>V1 of the stats endpoint. This endpoint can deliver stats for PC, PS4 and XBOX. Searching for Nintendo Switch, iOS and Android stats? Use V1.</p>\n","urlObject":{"protocol":"https","path":["prod09","users","public","br_stats"],"host":["fortnite-api","theapinetwork","com"],"query":[{"key":"user_id","value":"4735ce9132924caf8a5b17789b40f79c"},{"key":"platform","value":"pc"}],"variable":[]}},"response":[],"_postman_id":"dd9b198d-10dc-4154-b5c0-fc43e1ecb003"}],"id":"b7827031-1501-4627-ba43-34a20ccddfee","_postman_id":"b7827031-1501-4627-ba43-34a20ccddfee","description":""},{"name":"News","item":[{"name":"BR in-game news","id":"bf566738-b5ae-4d4f-8ccb-71601b2a76cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://fortnite-api.theapinetwork.com/br_motd/get","urlObject":{"protocol":"https","path":["br_motd","get"],"host":["fortnite-api","theapinetwork","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf566738-b5ae-4d4f-8ccb-71601b2a76cd"},{"name":"STW in-game news","id":"f9128560-968b-4d3a-a1b4-8eb4e43211ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://fortnite-api.theapinetwork.com/stw_motd/get","urlObject":{"protocol":"https","path":["stw_motd","get"],"host":["fortnite-api","theapinetwork","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9128560-968b-4d3a-a1b4-8eb4e43211ae"}],"id":"337a95b5-2950-48d3-9fa6-acee899fe8fb","_postman_id":"337a95b5-2950-48d3-9fa6-acee899fe8fb","description":""},{"name":"Voting API","item":[{"name":"Voting list","id":"6f6438ed-950e-4611-846a-1e200ca959ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"https://fortnite-api.theapinetwork.com/voting/list","description":"<p>Get a list with the items you've voted on. You can look back up to 7 days.</p>\n","urlObject":{"protocol":"https","path":["voting","list"],"host":["fortnite-api","theapinetwork","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f6438ed-950e-4611-846a-1e200ca959ec"},{"name":"Vote on item","event":[{"listen":"prerequest","script":{"id":"ecd973b6-773d-46e7-a3d5-9eb615dec5b5","exec":["pm.environment.set(\"itemid\", \"59eb4f6-e81c036-42fab23-375205c\");"],"type":"text/javascript"}}],"id":"271b498f-3b87-4ebe-b906-9a7307927475","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"https://fortnite-api.theapinetwork.com/voting/vote?itemid={{itemid}}&stars=5","description":"<p>Vote on a specific item. An user can vote every 7 days on an item. </p>\n<p>Example return:</p>\n<pre><code>{\n    \"success\": true,\n    \"msg\": \"Successfully voted.\",\n    \"metadata\": {\n        \"votingId\": \"s3f318eec23af9e192ac9eabd0bc1c71\",\n        \"nextVote\": 1554125012,\n        \"ratings\": {\n            \"avgStars\": 4.41,\n            \"totalPoints\": 9099,\n            \"numberVotes\": 2065\n        }\n    }\n}</code></pre>","urlObject":{"protocol":"https","path":["voting","vote"],"host":["fortnite-api","theapinetwork","com"],"query":[{"key":"itemid","value":"{{itemid}}"},{"key":"stars","value":"5"}],"variable":[]}},"response":[],"_postman_id":"271b498f-3b87-4ebe-b906-9a7307927475"},{"name":"Update vote","event":[{"listen":"prerequest","script":{"id":"ecd973b6-773d-46e7-a3d5-9eb615dec5b5","exec":["pm.environment.set(\"itemid\", \"59eb4f6-e81c036-42fab23-375205c\");","pm.environment.set(\"votingid\", \"5a18e46ecaac9e192dec9eabd0bc1572\");"],"type":"text/javascript"}}],"id":"368d43a6-a73c-406b-bcdf-e579b9ef104a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"https://fortnite-api.theapinetwork.com/voting/vote?itemid={{itemid}}&stars=5&votingId={{votingid}}","description":"<p>Update the vote made by the user.</p>\n<p>Example return:</p>\n<pre><code>{\n    \"success\": true,\n    \"msg\": \"Successfully updated.\",\n    \"metadata\": {\n        \"votingId\": \"s3f318eec23af9e192ac9eabd0bc1c71\",\n        \"ratings\": {\n            \"avgStars\": 4.41,\n            \"totalPoints\": 9103,\n            \"numberVotes\": 2064\n        }\n    }\n}</code></pre>","urlObject":{"protocol":"https","path":["voting","vote"],"host":["fortnite-api","theapinetwork","com"],"query":[{"key":"itemid","value":"{{itemid}}"},{"key":"stars","value":"5"},{"key":"votingId","value":"{{votingid}}"}],"variable":[]}},"response":[],"_postman_id":"368d43a6-a73c-406b-bcdf-e579b9ef104a"}],"id":"e64cb874-7391-4f36-8ac7-88a9109867c9","description":"<p><strong>Notice</strong>: Contact Sam to enable voting on your API token.</p>\n","event":[{"listen":"prerequest","script":{"id":"5614a0e8-13ff-4f1b-b1dc-a35b8d975971","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c359db2e-a7d3-4bef-8a83-3e64be91b36c","type":"text/javascript","exec":[""]}}],"_postman_id":"e64cb874-7391-4f36-8ac7-88a9109867c9"},{"name":"Creative API","item":[{"name":"Creative list","id":"9a1b6efb-7f6b-4726-a26a-e48010069928","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{authorization}}"}],"url":"https://fortnite-api.theapinetwork.com/creative/list?order={{order}}&tag={{tag}}","description":"<p>One big list (max 50 islands) with islands.</p>\n<p>You can sort using the following texts:\npopular\nviews\nnewest\noldest\nrating</p>\n<p>Sorting on tags (for example prophunt or 1vs1) will be added Juli 1st, 2019.</p>\n","urlObject":{"protocol":"https","path":["creative","list"],"host":["fortnite-api","theapinetwork","com"],"query":[{"description":{"content":"<p>popular, views, newest, oldest or rating</p>\n","type":"text/plain"},"key":"order","value":"{{order}}"},{"description":{"content":"<p>(not required) only display islands with a specific tag (like deathrun, remakes or 1vs1)</p>\n","type":"text/plain"},"key":"tag","value":"{{tag}}"}],"variable":[]}},"response":[],"_postman_id":"9a1b6efb-7f6b-4726-a26a-e48010069928"},{"name":"Creative tags","id":"102cb633-6dc9-4fe0-af1a-5603087d9f78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{authorization}}"}],"url":"https://fortnite-api.theapinetwork.com/creative/tags","urlObject":{"protocol":"https","path":["creative","tags"],"host":["fortnite-api","theapinetwork","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"102cb633-6dc9-4fe0-af1a-5603087d9f78"},{"name":"Specific Island","id":"9d53728f-4c99-4485-a25e-da5f38065ce6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{authorization}}"}],"url":"https://fortnite-api.theapinetwork.com/creative/get?id={{islandCode}}","description":"<p>Interested in getting a specific island from our database? Use this endpoint.</p>\n","urlObject":{"protocol":"https","path":["creative","get"],"host":["fortnite-api","theapinetwork","com"],"query":[{"description":{"content":"<p>Island code of the island you want</p>\n","type":"text/plain"},"key":"id","value":"{{islandCode}}"}],"variable":[]}},"response":[],"_postman_id":"9d53728f-4c99-4485-a25e-da5f38065ce6"},{"name":"Prefill Island data","id":"884a85d0-7d7d-448d-bc24-5f6d73da0114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"https://fortnite-api.theapinetwork.com/creative/fetch?id={{islandCode}}","description":"<p>Thinking about adding Island to our system? That's possible, you can prefill your submit page using this endpoint.</p>\n<p>You'll also need the 'imageUploadId' from the response if you're willing to upload images.</p>\n","urlObject":{"protocol":"https","path":["creative","fetch"],"host":["fortnite-api","theapinetwork","com"],"query":[{"key":"id","value":"{{islandCode}}"}],"variable":[]}},"response":[],"_postman_id":"884a85d0-7d7d-448d-bc24-5f6d73da0114"},{"name":"Add island","id":"601fcb0f-0deb-4d66-9173-38aef2e0de3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"{{authorization}}"}],"url":"https://fortnite-api.theapinetwork.com/creative/add?id={{islandCode}}","description":"<p>You can add islands using this endpoint. The only thing you need is the code, we'll add the title and description automaticly.</p>\n<p>Images are possible to upload with a different endpoint, contact our team for the endpoint. All images will be manually approved by us, so abuse is not possible and any 18+ content won't pass our test.</p>\n<p>We're launching an edit API on Juli 1st, 2019.</p>\n","urlObject":{"protocol":"https","path":["creative","add"],"host":["fortnite-api","theapinetwork","com"],"query":[{"description":{"content":"<p>Island code to add</p>\n","type":"text/plain"},"key":"id","value":"{{islandCode}}"}],"variable":[]}},"response":[],"_postman_id":"601fcb0f-0deb-4d66-9173-38aef2e0de3a"},{"name":"Island search","id":"2c9e88c6-fb0b-4917-b39a-60a970c5162a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"https://fortnite-api.theapinetwork.com/creative/search?query={{query}}","urlObject":{"protocol":"https","path":["creative","search"],"host":["fortnite-api","theapinetwork","com"],"query":[{"description":{"content":"<p>What are you searching?</p>\n","type":"text/plain"},"key":"query","value":"{{query}}"}],"variable":[]}},"response":[],"_postman_id":"2c9e88c6-fb0b-4917-b39a-60a970c5162a"}],"id":"be6eba03-d598-4f4b-8d93-b02b1f732ded","description":"<p>Will be added to the docs soon :)</p>\n","event":[{"listen":"prerequest","script":{"id":"9171bc78-a666-4023-9745-d6b6c8b28642","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"153df683-9af0-4b98-96cd-c24a9c92febc","type":"text/javascript","exec":[""]}}],"_postman_id":"be6eba03-d598-4f4b-8d93-b02b1f732ded"},{"name":"Challenges","item":[{"name":"Challenges","id":"9174fa88-42ac-4644-b81d-5fe8685837bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"https://fortnite-api.theapinetwork.com/challenges/get?season=current","urlObject":{"protocol":"https","path":["challenges","get"],"host":["fortnite-api","theapinetwork","com"],"query":[{"key":"season","value":"current"}],"variable":[]}},"response":[],"_postman_id":"9174fa88-42ac-4644-b81d-5fe8685837bb"}],"id":"02fc64a7-2f71-494b-b5af-82c0529ae81c","_postman_id":"02fc64a7-2f71-494b-b5af-82c0529ae81c","description":""},{"name":"Weapons API","item":[{"name":"Weapons list","id":"132f9799-60e5-46db-84ea-38456c010408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{authorization}}","type":"text"}],"url":"https://fortnite-api.theapinetwork.com/weapons/get","urlObject":{"protocol":"https","path":["weapons","get"],"host":["fortnite-api","theapinetwork","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"132f9799-60e5-46db-84ea-38456c010408"}],"id":"d43a09ee-aa75-4996-afbd-6a178eaf9528","_postman_id":"d43a09ee-aa75-4996-afbd-6a178eaf9528","description":""}],"event":[{"listen":"prerequest","script":{"id":"e9c1c805-2e89-430a-8000-4060dc0e04a9","type":"text/javascript","exec":["pm.environment.set(\"authorization\", \"your_token\");"]}},{"listen":"test","script":{"id":"f38ed7b7-c835-425c-b709-5e40f12592aa","type":"text/javascript","exec":[""]}}]}