{"variable":[{"id":"baseUrl","key":"baseUrl","type":"string","name":"string","value":"links.lim.bz"}],"info":{"name":"Shortlink Service Docs","_postman_id":"d162bbff-7cad-4757-abf8-873aa8ae39db","description":"Shortlink service allows you to create redirections based on conditions.","schema":"https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"},"item":[{"name":"Application","description":"","item":[{"name":"Get application info.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/app","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/app"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Get current authenticated application info."},"response":[{"name":"Get application info. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/app","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/app"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Get current authenticated application info."},"header":null,"cookie":[],"body":"{\n    \"client\": \"Example Application\",\n    \"access_token\": \"eyXXXXXXXX.XXXXXXX.XXXX\",\n    \"expires_at\": \"2031-02-07T12:47:58.000000Z\",\n    \"scopes\": [\n        \"*\"\n    ]\n}"}]},{"name":"Update application settings.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/app\/settings","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/app\/settings"},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"listener_uri\": \"https:\\\/\\\/yourdomain.com\\\/listener.php\",\n    \"email\": \"signals@yourdomain.com\"\n}"},"description":"You can update your webhook listener url or email. Signals to your system will be sent via one of three ways: <code>POST<\/code>, <code>GET<\/code> or <code>EMAIL<\/code>.\nEvery event like shortlink has been entered or end user has been redirected may send signal to your system or application."},"response":[{"name":"Update application settings. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/app\/settings","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/app\/settings"},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"listener_uri\": \"https:\\\/\\\/yourdomain.com\\\/listener.php\",\n    \"email\": \"signals@yourdomain.com\"\n}"},"description":"You can update your webhook listener url or email. Signals to your system will be sent via one of three ways: <code>POST<\/code>, <code>GET<\/code> or <code>EMAIL<\/code>.\nEvery event like shortlink has been entered or end user has been redirected may send signal to your system or application."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"application_id\": 1,\n        \"listener_uri\": null,\n        \"email\": null\n    }\n}"}]}]},{"name":"Conditions","description":"","item":[{"name":"Add condition to Signal.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/signals\/:signal\/conditions","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/signals\/:signal\/conditions","variable":[{"id":"shortlink","key":"shortlink","value":"4","description":"Shortlink Id."},{"id":"signal","key":"signal","value":"8","description":"Signal Id."}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can create new condition for Signal. Remember signal will be send if end user satisfies all conditions."},"response":[{"name":"Add condition to Signal. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/signals\/:signal\/conditions","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/signals\/:signal\/conditions","variable":[{"id":"shortlink","key":"shortlink","value":"4","description":"Shortlink Id."},{"id":"signal","key":"signal","value":"8","description":"Signal Id."}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can create new condition for Signal. Remember signal will be send if end user satisfies all conditions."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"first_time\": \"2024-05-20T04:00:00.000000Z\",\n        \"second_time\": \"2024-05-20T15:59:00.000000Z\",\n        \"operator\": \"BETWEEN\",\n        \"created_at\": \"2021-06-14T15:17:57.000000Z\",\n        \"updated_at\": \"2021-06-14T15:17:57.000000Z\",\n        \"type\": \"TIME\"\n    }\n}"}]},{"name":"Add condition to Interstitial.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/interstitials\/:interstitial\/conditions","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/interstitials\/:interstitial\/conditions","variable":[{"id":"shortlink","key":"shortlink","value":"14","description":"Shortlink Id."},{"id":"interstitial","key":"interstitial","value":"15","description":"Interstitial Id."}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can create new condition for Interstitial. Remember end user needs to satisfy all conditions to show interstitial."},"response":[{"name":"Add condition to Interstitial. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/interstitials\/:interstitial\/conditions","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/interstitials\/:interstitial\/conditions","variable":[{"id":"shortlink","key":"shortlink","value":"14","description":"Shortlink Id."},{"id":"interstitial","key":"interstitial","value":"15","description":"Interstitial Id."}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can create new condition for Interstitial. Remember end user needs to satisfy all conditions to show interstitial."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"first_time\": \"2024-05-20T04:00:00.000000Z\",\n        \"second_time\": \"2024-05-20T15:59:00.000000Z\",\n        \"operator\": \"BETWEEN\",\n        \"created_at\": \"2021-06-14T15:17:57.000000Z\",\n        \"updated_at\": \"2021-06-14T15:17:57.000000Z\",\n        \"type\": \"TIME\"\n    }\n}"}]},{"name":"Add condition to Destination.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/destinations\/:destination\/conditions","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/destinations\/:destination\/conditions","variable":[{"id":"shortlink","key":"shortlink","value":"7","description":"Shortlink Id."},{"id":"destination","key":"destination","value":"8","description":"Destination Id."}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can create new condition for Destination. Remember that end user will be redirected to destination if end user satisfies all conditions."},"response":[{"name":"Add condition to Destination. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/destinations\/:destination\/conditions","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/destinations\/:destination\/conditions","variable":[{"id":"shortlink","key":"shortlink","value":"7","description":"Shortlink Id."},{"id":"destination","key":"destination","value":"8","description":"Destination Id."}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can create new condition for Destination. Remember that end user will be redirected to destination if end user satisfies all conditions."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"first_time\": \"2024-05-20T04:00:00.000000Z\",\n        \"second_time\": \"2024-05-20T15:59:00.000000Z\",\n        \"operator\": \"BETWEEN\",\n        \"created_at\": \"2021-06-14T15:17:57.000000Z\",\n        \"updated_at\": \"2021-06-14T15:17:57.000000Z\",\n        \"type\": \"TIME\"\n    }\n}"}]},{"name":"Remove condition from Signal.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/signals\/:signal\/conditions\/:condition","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/signals\/:signal\/conditions\/:condition","variable":[{"id":"shortlink","key":"shortlink","value":"15","description":"Shortlink Id."},{"id":"signal","key":"signal","value":"20","description":"Signal Id."},{"id":"condition","key":"condition","value":"12","description":"Condition Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can remove existing condition from Signal. Remember end user needs to satisfy all conditions to send signal."},"response":[{"name":"Remove condition from Signal. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/signals\/:signal\/conditions\/:condition","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/signals\/:signal\/conditions\/:condition","variable":[{"id":"shortlink","key":"shortlink","value":"15","description":"Shortlink Id."},{"id":"signal","key":"signal","value":"20","description":"Signal Id."},{"id":"condition","key":"condition","value":"12","description":"Condition Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can remove existing condition from Signal. Remember end user needs to satisfy all conditions to send signal."},"header":null,"cookie":[],"body":"null"}]},{"name":"Remove condition from Interstitial.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/interstitials\/:interstitial\/conditions\/:condition","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/interstitials\/:interstitial\/conditions\/:condition","variable":[{"id":"shortlink","key":"shortlink","value":"2","description":"Shortlink Id."},{"id":"interstitial","key":"interstitial","value":"7","description":"Interstitial Id."},{"id":"condition","key":"condition","value":"4","description":"Condition Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can remove existing condition from Interstitial. Remember end user needs to satisfy all conditions to show interstitial."},"response":[{"name":"Remove condition from Interstitial. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/interstitials\/:interstitial\/conditions\/:condition","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/interstitials\/:interstitial\/conditions\/:condition","variable":[{"id":"shortlink","key":"shortlink","value":"2","description":"Shortlink Id."},{"id":"interstitial","key":"interstitial","value":"7","description":"Interstitial Id."},{"id":"condition","key":"condition","value":"4","description":"Condition Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can remove existing condition from Interstitial. Remember end user needs to satisfy all conditions to show interstitial."},"header":null,"cookie":[],"body":"null"}]},{"name":"Remove condition from Destination.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/destinations\/:destination\/conditions\/:condition","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/destinations\/:destination\/conditions\/:condition","variable":[{"id":"shortlink","key":"shortlink","value":"10","description":"Shortlink Id."},{"id":"destination","key":"destination","value":"1","description":"Destination Id."},{"id":"condition","key":"condition","value":"3","description":"Condition Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can remove existing condition from Signal. Remember end user needs to satisfy all conditions to be redirected to destination."},"response":[{"name":"Remove condition from Destination. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/destinations\/:destination\/conditions\/:condition","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/destinations\/:destination\/conditions\/:condition","variable":[{"id":"shortlink","key":"shortlink","value":"10","description":"Shortlink Id."},{"id":"destination","key":"destination","value":"1","description":"Destination Id."},{"id":"condition","key":"condition","value":"3","description":"Condition Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can remove existing condition from Signal. Remember end user needs to satisfy all conditions to be redirected to destination."},"header":null,"cookie":[],"body":"null"}]}]},{"name":"Destinations","description":"","item":[{"name":"Get shortlink all destinations.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/destinations","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/destinations","variable":[{"id":"shortlink","key":"shortlink","value":"18","description":"Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Get list of all destinations for certain shortlink"},"response":[{"name":"Get shortlink all destinations. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/destinations","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/destinations","variable":[{"id":"shortlink","key":"shortlink","value":"18","description":"Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Get list of all destinations for certain shortlink"},"header":null,"cookie":[],"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"uri\": \"https:\\\/\\\/ct.winlocal.io\\\/bedford\",\n            \"is_default\": 1,\n            \"conditions\": []\n        },\n        {\n            \"id\": 1,\n            \"uri\": \"https:\\\/\\\/ct.winlocal.io\\\/bedford\",\n            \"is_default\": 1,\n            \"conditions\": []\n        }\n    ]\n}"}]},{"name":"Create Destination for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/destinations","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/destinations","variable":[{"id":"shortlink","key":"shortlink","value":"13","description":"Id of shortlink. Created Destination will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"uri\": \"http:\\\/\\\/www.goodwin.biz\\\/quod-aut-maxime-nam-et-nisi-fugiat\",\n    \"is_default\": true,\n    \"conditions\": [\n        {\n            \"type\": \"LATLONG\",\n            \"operator\": \"GREATER THAN\",\n            \"first_date\": \"explicabo\",\n            \"second_date\": \"culpa\",\n            \"first_time\": \"sed\",\n            \"second_time\": \"nobis\",\n            \"continent_code\": \"nam\",\n            \"continent\": \"quis\",\n            \"country_code\": \"labore\",\n            \"country\": \"doloribus\",\n            \"region_code\": \"et\",\n            \"region\": \"et\",\n            \"latitude\": \"ex\",\n            \"longitude\": \"vel\",\n            \"range\": 7,\n            \"temperature\": 9,\n            \"weather\": \"sint\"\n        },\n        {\n            \"type\": \"LATLONG\",\n            \"operator\": \"GREATER THAN\",\n            \"first_date\": \"explicabo\",\n            \"second_date\": \"culpa\",\n            \"first_time\": \"sed\",\n            \"second_time\": \"nobis\",\n            \"continent_code\": \"nam\",\n            \"region_code\": \"et\",\n            \"region\": \"et\",\n            \"longitude\": \"vel\",\n            \"range\": 7\n        }\n    ]\n}"},"description":"You can create new Destination for existing shortlink."},"response":[{"name":"Create Destination for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/destinations","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/destinations","variable":[{"id":"shortlink","key":"shortlink","value":"13","description":"Id of shortlink. Created Destination will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"uri\": \"http:\\\/\\\/www.goodwin.biz\\\/quod-aut-maxime-nam-et-nisi-fugiat\",\n    \"is_default\": true,\n    \"conditions\": [\n        {\n            \"type\": \"LATLONG\",\n            \"operator\": \"GREATER THAN\",\n            \"first_date\": \"explicabo\",\n            \"second_date\": \"culpa\",\n            \"first_time\": \"sed\",\n            \"second_time\": \"nobis\",\n            \"continent_code\": \"nam\",\n            \"continent\": \"quis\",\n            \"country_code\": \"labore\",\n            \"country\": \"doloribus\",\n            \"region_code\": \"et\",\n            \"region\": \"et\",\n            \"latitude\": \"ex\",\n            \"longitude\": \"vel\",\n            \"range\": 7,\n            \"temperature\": 9,\n            \"weather\": \"sint\"\n        },\n        {\n            \"type\": \"LATLONG\",\n            \"operator\": \"GREATER THAN\",\n            \"first_date\": \"explicabo\",\n            \"second_date\": \"culpa\",\n            \"first_time\": \"sed\",\n            \"second_time\": \"nobis\",\n            \"continent_code\": \"nam\",\n            \"region_code\": \"et\",\n            \"region\": \"et\",\n            \"longitude\": \"vel\",\n            \"range\": 7\n        }\n    ]\n}"},"description":"You can create new Destination for existing shortlink."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"uri\": \"https:\\\/\\\/ct.winlocal.io\\\/bedford\",\n        \"is_default\": 1,\n        \"conditions\": []\n    }\n}"}]},{"name":"api\/shortlinks\/{shortlink}\/scenario\/{scenario}\/destination","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/scenario\/:scenario\/destination","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/scenario\/:scenario\/destination","variable":[{"id":"shortlink","key":"shortlink","value":"dolore","description":""},{"id":"scenario","key":"scenario","value":"in","description":""}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"uri\": \"http:\\\/\\\/schmidt.info\\\/et-voluptatem-laborum-error-sit-quo-et\",\n    \"type\": \"fulfilled\"\n}"},"description":""},"response":[]},{"name":"Update Destination for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/destinations\/:destination","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/destinations\/:destination","variable":[{"id":"shortlink","key":"shortlink","value":"19","description":"Shortlink Id."},{"id":"destination","key":"destination","value":"6","description":"Destination which will be updated."}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"uri\": \"ut\",\n    \"is_default\": true\n}"},"description":"You can update existing destination."},"response":[{"name":"Update Destination for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/destinations\/:destination","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/destinations\/:destination","variable":[{"id":"shortlink","key":"shortlink","value":"19","description":"Shortlink Id."},{"id":"destination","key":"destination","value":"6","description":"Destination which will be updated."}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"uri\": \"ut\",\n    \"is_default\": true\n}"},"description":"You can update existing destination."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"uri\": \"https:\\\/\\\/ct.winlocal.io\\\/bedford\",\n        \"is_default\": 1,\n        \"conditions\": []\n    }\n}"}]},{"name":"Delete Destination for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/destinations\/:destination","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/destinations\/:destination","variable":[{"id":"shortlink","key":"shortlink","value":"16","description":"Shortlink Id."},{"id":"destination","key":"destination","value":"7","description":"Destination Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can delete existing Destination. This action can not be undone!"},"response":[]},{"name":"Update Destination for shortlink. Can't remove the last destination in destination group. There should be always at least one destination.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/destinationgroup\/:destinationgroup\/destination\/:destination","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/destinationgroup\/:destinationgroup\/destination\/:destination","variable":[{"id":"shortlink","key":"shortlink","value":"5","description":"Shortlink Id."},{"id":"destinationgroup","key":"destinationgroup","value":"doloribus","description":""},{"id":"destination","key":"destination","value":"6","description":"Destination which will be updated."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can update existing destination."},"response":[{"name":"Update Destination for shortlink. Can't remove the last destination in destination group. There should be always at least one destination. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/destinationgroup\/:destinationgroup\/destination\/:destination","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/destinationgroup\/:destinationgroup\/destination\/:destination","variable":[{"id":"shortlink","key":"shortlink","value":"5","description":"Shortlink Id."},{"id":"destinationgroup","key":"destinationgroup","value":"doloribus","description":""},{"id":"destination","key":"destination","value":"6","description":"Destination which will be updated."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can update existing destination."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"uri\": \"https:\\\/\\\/ct.winlocal.io\\\/bedford\",\n        \"is_default\": 1,\n        \"conditions\": []\n    }\n}"}]},{"name":"Update Destination for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/:shortlink\/destinations\/:destination","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/:shortlink\/destinations\/:destination","variable":[{"id":"shortlink","key":"shortlink","value":"20","description":"Shortlink Id."},{"id":"destination","key":"destination","value":"2","description":"Destination which will be updated."}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"uri\": \"perspiciatis\",\n    \"is_default\": true\n}"},"description":"You can update existing destination."},"response":[{"name":"Update Destination for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/:shortlink\/destinations\/:destination","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/:shortlink\/destinations\/:destination","variable":[{"id":"shortlink","key":"shortlink","value":"20","description":"Shortlink Id."},{"id":"destination","key":"destination","value":"2","description":"Destination which will be updated."}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"uri\": \"perspiciatis\",\n    \"is_default\": true\n}"},"description":"You can update existing destination."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"uri\": \"https:\\\/\\\/ct.winlocal.io\\\/bedford\",\n        \"is_default\": 1,\n        \"conditions\": []\n    }\n}"}]}]},{"name":"Domains","description":"","item":[{"name":"Create domain.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/domains","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/domains"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"quia\",\n    \"is_default\": false\n}"},"description":"Create domain. You need to be owner of provided domain.\nPlease redirect domain records for"},"response":[{"name":"Create domain. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/domains","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/domains"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"quia\",\n    \"is_default\": false\n}"},"description":"Create domain. You need to be owner of provided domain.\nPlease redirect domain records for"},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 94,\n        \"domain\": \"jakubowski.com\",\n        \"created_at\": \"2024-05-20T15:24:57.000000Z\"\n    }\n}"}]},{"name":"Get all domains","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/domains","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/domains"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Returns all domains assigned to application."},"response":[{"name":"Get all domains Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/domains","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/domains"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Returns all domains assigned to application."},"header":null,"cookie":[],"body":"{\n    \"data\": [\n        {\n            \"id\": 95,\n            \"domain\": \"jacobs.com\",\n            \"created_at\": \"2024-05-20T15:24:57.000000Z\"\n        },\n        {\n            \"id\": 96,\n            \"domain\": \"hessel.info\",\n            \"created_at\": \"2024-05-20T15:24:57.000000Z\"\n        }\n    ]\n}"}]},{"name":"Get single domain","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/domains\/:domain","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/domains\/:domain","variable":[{"id":"domain","key":"domain","value":"1","description":"Domain id assigned to your application."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Returns single domain info."},"response":[{"name":"Get single domain Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/domains\/:domain","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/domains\/:domain","variable":[{"id":"domain","key":"domain","value":"1","description":"Domain id assigned to your application."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Returns single domain info."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 97,\n        \"domain\": \"haag.com\",\n        \"created_at\": \"2024-05-20T15:24:57.000000Z\"\n    }\n}"}]},{"name":"Create subdomain for domain.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/domains\/:domain\/subdomains","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/domains\/:domain\/subdomains","variable":[{"id":"domain","key":"domain","value":"1","description":"Existing domain ID assigned to your application. Created Subdomain will be assigned to this domain."}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"subdomain\": \"voluptatem\",\n    \"$subdomain\": \"links\",\n    \"$is_default\": true\n}"},"description":"Creates subdomain for your domain.\n\"Empty\" subdomain for each domain is created automatically which is default."},"response":[]},{"name":"Show subdomain info.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/subdomains\/:subdomain","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/subdomains\/:subdomain","variable":[{"id":"subdomain","key":"subdomain","value":"optio","description":""}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"* @urlParam $subdomain integer Existing subdomain ID. Example: 1"},"response":[{"name":"Show subdomain info. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/subdomains\/:subdomain","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/subdomains\/:subdomain","variable":[{"id":"subdomain","key":"subdomain","value":"optio","description":""}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"* @urlParam $subdomain integer Existing subdomain ID. Example: 1"},"header":null,"cookie":[],"body":"{\n    \"message\": \"Unauthenticated.\"\n}"}]},{"name":"Get all domains","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/domains","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/domains"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Returns all domains assigned to application."},"response":[{"name":"Get all domains Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/domains","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/domains"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Returns all domains assigned to application."},"header":null,"cookie":[],"body":"{\n    \"data\": [\n        {\n            \"id\": 109,\n            \"domain\": \"willms.net\",\n            \"created_at\": \"2024-05-20T15:24:58.000000Z\"\n        },\n        {\n            \"id\": 110,\n            \"domain\": \"rohan.com\",\n            \"created_at\": \"2024-05-20T15:24:58.000000Z\"\n        }\n    ]\n}"}]},{"name":"Show subdomain info.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/subdomains\/:subdomain","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/subdomains\/:subdomain","variable":[{"id":"subdomain","key":"subdomain","value":"nihil","description":""}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"* @urlParam $subdomain integer Existing subdomain ID. Example: 1"},"response":[{"name":"Show subdomain info. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/subdomains\/:subdomain","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/subdomains\/:subdomain","variable":[{"id":"subdomain","key":"subdomain","value":"nihil","description":""}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"* @urlParam $subdomain integer Existing subdomain ID. Example: 1"},"header":null,"cookie":[],"body":"{\n    \"message\": \"Unauthenticated.\"\n}"}]}]},{"name":"Endpoints","description":"","item":[{"name":"wl\/devices\/check","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/devices\/check","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/devices\/check"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"","auth":{"type":"noauth"}},"response":[]},{"name":"wl\/devices\/{order_id}","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/devices\/:order_id","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/devices\/:order_id","variable":[{"id":"order_id","key":"order_id","value":"fugit","description":""}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"","auth":{"type":"noauth"}},"response":[{"name":"wl\/devices\/{order_id} Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/devices\/:order_id","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/devices\/:order_id","variable":[{"id":"order_id","key":"order_id","value":"fugit","description":""}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"","auth":{"type":"noauth"}},"header":null,"cookie":[],"body":"{\n    \"message\": \"Unauthenticated.\"\n}"}]},{"name":"wl\/devices\/url","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/devices\/url","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/devices\/url"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"","auth":{"type":"noauth"}},"response":[]},{"name":"wl\/reports\/audiences","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/reports\/audiences","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/reports\/audiences"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"","auth":{"type":"noauth"}},"response":[]},{"name":"wl\/reports\/children","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/reports\/children","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/reports\/children"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"","auth":{"type":"noauth"}},"response":[]},{"name":"wl\/reports\/last-action","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/reports\/last-action","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/reports\/last-action"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"workspace_ids\": [\n        {},\n        null\n    ]\n}"},"description":"","auth":{"type":"noauth"}},"response":[]},{"name":"wl\/stats\/unique-entries","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/stats\/unique-entries","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/stats\/unique-entries"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"shortlink_id\": 12,\n    \"workspace_id\": {},\n    \"user_id\": {}\n}"},"description":"","auth":{"type":"noauth"}},"response":[{"name":"wl\/stats\/unique-entries Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/stats\/unique-entries","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/stats\/unique-entries"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"shortlink_id\": 12,\n    \"workspace_id\": {},\n    \"user_id\": {}\n}"},"description":"","auth":{"type":"noauth"}},"header":null,"cookie":[],"body":"{\n    \"message\": \"Unauthenticated.\"\n}"}]},{"name":"wl\/portal-shares","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/portal-shares","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/portal-shares"},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"portal\": \"snapchat\",\n    \"placeholder\": \"nesciunt\",\n    \"shortlink_id\": \"perspiciatis\"\n}"},"description":"","auth":{"type":"noauth"}},"response":[]},{"name":"wl\/portal-shares\/share","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/portal-shares\/share","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/portal-shares\/share"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"portal\": \"telegram\",\n    \"shortlink_id\": \"voluptatum\"\n}"},"description":"","auth":{"type":"noauth"}},"response":[]}]},{"name":"ExternalMetadata","description":"","item":[{"name":"api\/shortlinks\/{shortlink}\/external_metadata\/add","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/external_metadata\/add","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/external_metadata\/add","variable":[{"id":"shortlink","key":"shortlink","value":"perferendis","description":""}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"key\": {},\n    \"value\": {},\n    \"data\": [\n        {\n            \"key\": \"enim\",\n            \"value\": \"et\"\n        }\n    ]\n}"},"description":""},"response":[]}]},{"name":"Facebook Pixel Tracks","description":"","item":[{"name":"Get shortlink all Pixel Track actions.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/pixeltracks","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/pixeltracks","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Get list of all Pixel Track actions for certain shortlink"},"response":[{"name":"Get shortlink all Pixel Track actions. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/pixeltracks","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/pixeltracks","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Get list of all Pixel Track actions for certain shortlink"},"header":null,"cookie":[],"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"action\": \"ViewContent\",\n            \"attributes\": [\n                {\n                    \"key\": \"page_type\",\n                    \"value\": \"mbc\"\n                },\n                {\n                    \"key\": \"business_id\",\n                    \"value\": 3\n                },\n                {\n                    \"key\": \"company_name\",\n                    \"value\": \"Test28.01\"\n                },\n                {\n                    \"key\": \"mbc_id\",\n                    \"value\": 2\n                },\n                {\n                    \"key\": \"user_id\",\n                    \"value\": 3\n                },\n                {\n                    \"key\": \"mbc_theme_id\",\n                    \"value\": 28\n                }\n            ]\n        },\n        {\n            \"id\": 1,\n            \"action\": \"ViewContent\",\n            \"attributes\": [\n                {\n                    \"key\": \"page_type\",\n                    \"value\": \"mbc\"\n                },\n                {\n                    \"key\": \"business_id\",\n                    \"value\": 3\n                },\n                {\n                    \"key\": \"company_name\",\n                    \"value\": \"Test28.01\"\n                },\n                {\n                    \"key\": \"mbc_id\",\n                    \"value\": 2\n                },\n                {\n                    \"key\": \"user_id\",\n                    \"value\": 3\n                },\n                {\n                    \"key\": \"mbc_theme_id\",\n                    \"value\": 28\n                }\n            ]\n        }\n    ]\n}"}]},{"name":"Create Facebook Pixel track action for existing shortlink","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/pixeltracks","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/pixeltracks","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Id of shortlink. Created Facebook Pixel action will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"viewContent\",\n    \"attributes\": [\n        {\n            \"key\": \"fugit\",\n            \"value\": \"nam\"\n        }\n    ]\n}"},"description":"You can create new Facebook Pixel action for existing shortlink."},"response":[{"name":"Create Facebook Pixel track action for existing shortlink Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/pixeltracks","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/pixeltracks","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Id of shortlink. Created Facebook Pixel action will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"viewContent\",\n    \"attributes\": [\n        {\n            \"key\": \"fugit\",\n            \"value\": \"nam\"\n        }\n    ]\n}"},"description":"You can create new Facebook Pixel action for existing shortlink."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"action\": \"ViewContent\",\n        \"attributes\": [\n            {\n                \"key\": \"page_type\",\n                \"value\": \"mbc\"\n            },\n            {\n                \"key\": \"business_id\",\n                \"value\": 3\n            },\n            {\n                \"key\": \"company_name\",\n                \"value\": \"Test28.01\"\n            },\n            {\n                \"key\": \"mbc_id\",\n                \"value\": 2\n            },\n            {\n                \"key\": \"user_id\",\n                \"value\": 3\n            },\n            {\n                \"key\": \"mbc_theme_id\",\n                \"value\": 28\n            }\n        ]\n    }\n}"}]},{"name":"Delete Pixel Track action for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/pixeltracks\/:pixeltrack","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/pixeltracks\/:pixeltrack","variable":[{"id":"shortlink","key":"shortlink","value":"11","description":"Shortlink Id."},{"id":"pixeltrack","key":"pixeltrack","value":"17","description":"PixelTrack Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can delete existing Pixel Track action. This action can not be undone!"},"response":[{"name":"Delete Pixel Track action for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/pixeltracks\/:pixeltrack","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/pixeltracks\/:pixeltrack","variable":[{"id":"shortlink","key":"shortlink","value":"11","description":"Shortlink Id."},{"id":"pixeltrack","key":"pixeltrack","value":"17","description":"PixelTrack Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can delete existing Pixel Track action. This action can not be undone!"},"header":null,"cookie":[],"body":"null"}]},{"name":"Create Facebook Pixel track action for existing shortlink","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/:shortlink\/pixeltracks","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/:shortlink\/pixeltracks","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Id of shortlink. Created Facebook Pixel action will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"viewContent\",\n    \"attributes\": [\n        {\n            \"key\": \"enim\",\n            \"value\": \"labore\"\n        }\n    ]\n}"},"description":"You can create new Facebook Pixel action for existing shortlink."},"response":[{"name":"Create Facebook Pixel track action for existing shortlink Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/:shortlink\/pixeltracks","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/:shortlink\/pixeltracks","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Id of shortlink. Created Facebook Pixel action will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"viewContent\",\n    \"attributes\": [\n        {\n            \"key\": \"enim\",\n            \"value\": \"labore\"\n        }\n    ]\n}"},"description":"You can create new Facebook Pixel action for existing shortlink."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"action\": \"ViewContent\",\n        \"attributes\": [\n            {\n                \"key\": \"page_type\",\n                \"value\": \"mbc\"\n            },\n            {\n                \"key\": \"business_id\",\n                \"value\": 3\n            },\n            {\n                \"key\": \"company_name\",\n                \"value\": \"Test28.01\"\n            },\n            {\n                \"key\": \"mbc_id\",\n                \"value\": 2\n            },\n            {\n                \"key\": \"user_id\",\n                \"value\": 3\n            },\n            {\n                \"key\": \"mbc_theme_id\",\n                \"value\": 28\n            }\n        ]\n    }\n}"}]}]},{"name":"Heads","description":"","item":[{"name":"Get shortlink all tags.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/heads","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/heads","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Get list of all heads tags for certain shortlink"},"response":[{"name":"Get shortlink all tags. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/heads","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/heads","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Get list of all heads tags for certain shortlink"},"header":null,"cookie":[],"body":"{\n    \"data\": [\n        {\n            \"id\": 52,\n            \"head\": \"<link rel=\\\"apple-touch-icon\\\"href=\\\"http:\\\/\\\/lim.test\\\/storage\\\/user\\\/contacts\\\/d2c346ed-0dfc-46c4-8740-2d00b5b83a5e\\\/c4irqtnOwgMM2ObA.png\\\" \\\\\\\/>\",\n            \"created_at\": \"2021-06-15T13:23:25.000000Z\"\n        },\n        {\n            \"id\": 52,\n            \"head\": \"<link rel=\\\"apple-touch-icon\\\"href=\\\"http:\\\/\\\/lim.test\\\/storage\\\/user\\\/contacts\\\/d2c346ed-0dfc-46c4-8740-2d00b5b83a5e\\\/c4irqtnOwgMM2ObA.png\\\" \\\\\\\/>\",\n            \"created_at\": \"2021-06-15T13:23:25.000000Z\"\n        }\n    ]\n}"}]},{"name":"Create Head section.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/heads","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/heads","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Id of shortlink. Created head will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"head\": \"<code><link rel=\\\"apple-touch-icon\\\" sizes=\\\"[w]x[h]\\\" href=\\\"https:\\\/\\\/example.com\\\/image.jpeg\\\" \\\/><\\\/code>\"\n}"},"description":"You can create any tag which will be placed between <code><head>...<\/head><\/code>."},"response":[{"name":"Create Head section. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/heads","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/heads","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Id of shortlink. Created head will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"head\": \"<code><link rel=\\\"apple-touch-icon\\\" sizes=\\\"[w]x[h]\\\" href=\\\"https:\\\/\\\/example.com\\\/image.jpeg\\\" \\\/><\\\/code>\"\n}"},"description":"You can create any tag which will be placed between <code><head>...<\/head><\/code>."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 52,\n        \"head\": \"<link rel=\\\"apple-touch-icon\\\"href=\\\"http:\\\/\\\/lim.test\\\/storage\\\/user\\\/contacts\\\/d2c346ed-0dfc-46c4-8740-2d00b5b83a5e\\\/c4irqtnOwgMM2ObA.png\\\" \\\\\\\/>\",\n        \"created_at\": \"2021-06-15T13:23:25.000000Z\"\n    }\n}"}]},{"name":"Update Head for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/heads\/:head","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/heads\/:head","variable":[{"id":"shortlink","key":"shortlink","value":"15","description":"Shortlink Id."},{"id":"head","key":"head","value":"10","description":"Head which will be updated."}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"head\": \"unde\"\n}"},"description":"You can update existing Head."},"response":[{"name":"Update Head for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/heads\/:head","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/heads\/:head","variable":[{"id":"shortlink","key":"shortlink","value":"15","description":"Shortlink Id."},{"id":"head","key":"head","value":"10","description":"Head which will be updated."}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"head\": \"unde\"\n}"},"description":"You can update existing Head."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 52,\n        \"head\": \"<link rel=\\\"apple-touch-icon\\\"href=\\\"http:\\\/\\\/lim.test\\\/storage\\\/user\\\/contacts\\\/d2c346ed-0dfc-46c4-8740-2d00b5b83a5e\\\/c4irqtnOwgMM2ObA.png\\\" \\\\\\\/>\",\n        \"created_at\": \"2021-06-15T13:23:25.000000Z\"\n    }\n}"}]},{"name":"Delete head for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/heads\/:head","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/heads\/:head","variable":[{"id":"shortlink","key":"shortlink","value":"17","description":"Shortlink Id."},{"id":"head","key":"head","value":"17","description":"Head Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can delete existing head. This action can not be undone!"},"response":[{"name":"Delete head for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/heads\/:head","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/heads\/:head","variable":[{"id":"shortlink","key":"shortlink","value":"17","description":"Shortlink Id."},{"id":"head","key":"head","value":"17","description":"Head Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can delete existing head. This action can not be undone!"},"header":null,"cookie":[],"body":"null"}]}]},{"name":"Interstitials","description":"","item":[{"name":"Get shortlink all interstitials.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/interstitials","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/interstitials","variable":[{"id":"shortlink","key":"shortlink","value":"3","description":"Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Get list of all interstitials for certain shortlink"},"response":[{"name":"Get shortlink all interstitials. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/interstitials","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/interstitials","variable":[{"id":"shortlink","key":"shortlink","value":"3","description":"Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Get list of all interstitials for certain shortlink"},"header":null,"cookie":[],"body":"{\n    \"data\": [\n        {\n            \"id\": 2,\n            \"type\": \"IFRAME\",\n            \"url\": \"https:\\\/\\\/ct.winlocal.io\\\/knadtest\\\/iframecontent\\\/index.html\",\n            \"html\": null,\n            \"title\": null,\n            \"body\": null,\n            \"is_default\": 1,\n            \"conditions\": []\n        },\n        {\n            \"id\": 2,\n            \"type\": \"IFRAME\",\n            \"url\": \"https:\\\/\\\/ct.winlocal.io\\\/knadtest\\\/iframecontent\\\/index.html\",\n            \"html\": null,\n            \"title\": null,\n            \"body\": null,\n            \"is_default\": 1,\n            \"conditions\": []\n        }\n    ]\n}"}]},{"name":"Create Interstitial for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/interstitials","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/interstitials","variable":[{"id":"shortlink","key":"shortlink","value":"3","description":"Id of shortlink. Created Interstitial will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"POPUP\",\n    \"url\": \"sapiente\",\n    \"html\": \"maxime\",\n    \"title\": \"voluptates\",\n    \"body\": \"consequatur\",\n    \"is_default\": false,\n    \"conditions\": [\n        {\n            \"type\": \"RETURNING\",\n            \"operator\": \"BETWEEN\",\n            \"first_date\": \"quidem\",\n            \"second_date\": \"sit\",\n            \"first_time\": \"voluptatem\",\n            \"second_time\": \"reprehenderit\",\n            \"continent_code\": \"et\",\n            \"continent\": \"sint\",\n            \"country_code\": \"expedita\",\n            \"country\": \"nemo\",\n            \"region_code\": \"ea\",\n            \"region\": \"inventore\",\n            \"latitude\": \"et\",\n            \"longitude\": \"eveniet\",\n            \"range\": 6,\n            \"temperature\": 6,\n            \"weather\": \"modi\"\n        },\n        {\n            \"type\": \"RETURNING\",\n            \"operator\": \"BETWEEN\",\n            \"first_date\": \"quidem\",\n            \"second_date\": \"sit\",\n            \"continent_code\": \"et\",\n            \"region_code\": \"ea\",\n            \"latitude\": \"et\",\n            \"longitude\": \"eveniet\",\n            \"range\": 6,\n            \"temperature\": 6,\n            \"weather\": \"modi\"\n        }\n    ]\n}"},"description":"You can create new Interstitial for existing shortlink."},"response":[{"name":"Create Interstitial for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/interstitials","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/interstitials","variable":[{"id":"shortlink","key":"shortlink","value":"3","description":"Id of shortlink. Created Interstitial will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"POPUP\",\n    \"url\": \"sapiente\",\n    \"html\": \"maxime\",\n    \"title\": \"voluptates\",\n    \"body\": \"consequatur\",\n    \"is_default\": false,\n    \"conditions\": [\n        {\n            \"type\": \"RETURNING\",\n            \"operator\": \"BETWEEN\",\n            \"first_date\": \"quidem\",\n            \"second_date\": \"sit\",\n            \"first_time\": \"voluptatem\",\n            \"second_time\": \"reprehenderit\",\n            \"continent_code\": \"et\",\n            \"continent\": \"sint\",\n            \"country_code\": \"expedita\",\n            \"country\": \"nemo\",\n            \"region_code\": \"ea\",\n            \"region\": \"inventore\",\n            \"latitude\": \"et\",\n            \"longitude\": \"eveniet\",\n            \"range\": 6,\n            \"temperature\": 6,\n            \"weather\": \"modi\"\n        },\n        {\n            \"type\": \"RETURNING\",\n            \"operator\": \"BETWEEN\",\n            \"first_date\": \"quidem\",\n            \"second_date\": \"sit\",\n            \"continent_code\": \"et\",\n            \"region_code\": \"ea\",\n            \"latitude\": \"et\",\n            \"longitude\": \"eveniet\",\n            \"range\": 6,\n            \"temperature\": 6,\n            \"weather\": \"modi\"\n        }\n    ]\n}"},"description":"You can create new Interstitial for existing shortlink."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"type\": \"IFRAME\",\n        \"url\": \"https:\\\/\\\/ct.winlocal.io\\\/knadtest\\\/iframecontent\\\/index.html\",\n        \"html\": null,\n        \"title\": null,\n        \"body\": null,\n        \"is_default\": 1,\n        \"conditions\": []\n    }\n}"}]},{"name":"Update Interstitial for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/interstitials\/:interstitial","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/interstitials\/:interstitial","variable":[{"id":"shortlink","key":"shortlink","value":"11","description":"Shortlink Id."},{"id":"interstitial","key":"interstitial","value":"1","description":"Interstitial which will be updated."}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"IFRAME\",\n    \"url\": \"https:\\\/\\\/www.crooks.com\\\/ea-cum-ut-totam-repellendus\",\n    \"html\": {},\n    \"title\": {},\n    \"body\": {}\n}"},"description":"You can update existing interstitial."},"response":[{"name":"Update Interstitial for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/interstitials\/:interstitial","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/interstitials\/:interstitial","variable":[{"id":"shortlink","key":"shortlink","value":"11","description":"Shortlink Id."},{"id":"interstitial","key":"interstitial","value":"1","description":"Interstitial which will be updated."}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"IFRAME\",\n    \"url\": \"https:\\\/\\\/www.crooks.com\\\/ea-cum-ut-totam-repellendus\",\n    \"html\": {},\n    \"title\": {},\n    \"body\": {}\n}"},"description":"You can update existing interstitial."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"type\": \"IFRAME\",\n        \"url\": \"https:\\\/\\\/ct.winlocal.io\\\/knadtest\\\/iframecontent\\\/index.html\",\n        \"html\": null,\n        \"title\": null,\n        \"body\": null,\n        \"is_default\": 1,\n        \"conditions\": []\n    }\n}"}]},{"name":"Delete Interstitial for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/interstitials\/:interstitial","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/interstitials\/:interstitial","variable":[{"id":"shortlink","key":"shortlink","value":"15","description":"Shortlink Id."},{"id":"interstitial","key":"interstitial","value":"8","description":"Interstitial Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can delete existing Interstitial. This action can not be undone!"},"response":[{"name":"Delete Interstitial for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/interstitials\/:interstitial","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/interstitials\/:interstitial","variable":[{"id":"shortlink","key":"shortlink","value":"15","description":"Shortlink Id."},{"id":"interstitial","key":"interstitial","value":"8","description":"Interstitial Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can delete existing Interstitial. This action can not be undone!"},"header":null,"cookie":[],"body":"null"}]}]},{"name":"Linkedin Pixel","description":"","item":[{"name":"Get shortlink all Linkedin Pixel Partner Ids","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/linkedinpixels","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/linkedinpixels","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Get list of all Linkedin Pixel Partner Ids for certain shortlink"},"response":[{"name":"Get shortlink all Linkedin Pixel Partner Ids Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/linkedinpixels","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/linkedinpixels","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Get list of all Linkedin Pixel Partner Ids for certain shortlink"},"header":null,"cookie":[],"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"linkedin_partner_id\": \"3255674\"\n        },\n        {\n            \"id\": 1,\n            \"linkedin_partner_id\": \"3255674\"\n        }\n    ]\n}"}]},{"name":"Create Linkedin Pixel for existing shortlink","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/linkedinpixels","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/linkedinpixels","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Id of shortlink. Created Linkedin Pixel will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"linkedin_partner_id\": \"viewContent\"\n}"},"description":"You can create new Linkedin Pixel for existing shortlink."},"response":[{"name":"Create Linkedin Pixel for existing shortlink Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/linkedinpixels","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/linkedinpixels","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Id of shortlink. Created Linkedin Pixel will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"linkedin_partner_id\": \"viewContent\"\n}"},"description":"You can create new Linkedin Pixel for existing shortlink."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"linkedin_partner_id\": \"3255674\"\n    }\n}"}]},{"name":"Delete Linkedin Pixel from shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/linkedinpixels\/:linkedinpixel","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/linkedinpixels\/:linkedinpixel","variable":[{"id":"shortlink","key":"shortlink","value":"8","description":"Shortlink Id."},{"id":"linkedinpixel","key":"linkedinpixel","value":"20","description":"Linkedin Pixel Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can delete existing Linkedin Pixel. This action can not be undone!"},"response":[{"name":"Delete Linkedin Pixel from shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/linkedinpixels\/:linkedinpixel","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/linkedinpixels\/:linkedinpixel","variable":[{"id":"shortlink","key":"shortlink","value":"8","description":"Shortlink Id."},{"id":"linkedinpixel","key":"linkedinpixel","value":"20","description":"Linkedin Pixel Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can delete existing Linkedin Pixel. This action can not be undone!"},"header":null,"cookie":[],"body":"null"}]}]},{"name":"OgTags","description":"","item":[{"name":"Get shortlink all tags.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/ogtags","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/ogtags","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Get list of all og tags for certain shortlink"},"response":[{"name":"Get shortlink all tags. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/ogtags","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/ogtags","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Get list of all og tags for certain shortlink"},"header":null,"cookie":[],"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"property\": \"og:title\",\n            \"content\": \"Bedford Hall Craft Kitchen &amp; Bar\",\n            \"created_at\": \"2020-11-23T16:00:30.000000Z\"\n        },\n        {\n            \"id\": 1,\n            \"property\": \"og:title\",\n            \"content\": \"Bedford Hall Craft Kitchen &amp; Bar\",\n            \"created_at\": \"2020-11-23T16:00:30.000000Z\"\n        }\n    ]\n}"}]},{"name":"Create OgTag for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/ogtags","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/ogtags","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Id of shortlink. Created OgTags will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"property\": \"og:title\",\n    \"content\": \"Title for my shortlink\"\n}"},"description":"You can create new OgTag for existing shortlink."},"response":[{"name":"Create OgTag for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/ogtags","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/ogtags","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Id of shortlink. Created OgTags will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"property\": \"og:title\",\n    \"content\": \"Title for my shortlink\"\n}"},"description":"You can create new OgTag for existing shortlink."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"property\": \"og:title\",\n        \"content\": \"Bedford Hall Craft Kitchen &amp; Bar\",\n        \"created_at\": \"2020-11-23T16:00:30.000000Z\"\n    }\n}"}]},{"name":"Update OgTag for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/ogtags\/:ogtag","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/ogtags\/:ogtag","variable":[{"id":"shortlink","key":"shortlink","value":"7","description":"Shortlink Id."},{"id":"ogtag","key":"ogtag","value":"6","description":"OgTag which will be updated."}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"property\": \"repellendus\",\n    \"content\": \"dignissimos\"\n}"},"description":"You can update existing OgTag."},"response":[{"name":"Update OgTag for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/ogtags\/:ogtag","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/ogtags\/:ogtag","variable":[{"id":"shortlink","key":"shortlink","value":"7","description":"Shortlink Id."},{"id":"ogtag","key":"ogtag","value":"6","description":"OgTag which will be updated."}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"property\": \"repellendus\",\n    \"content\": \"dignissimos\"\n}"},"description":"You can update existing OgTag."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"property\": \"og:title\",\n        \"content\": \"Bedford Hall Craft Kitchen &amp; Bar\",\n        \"created_at\": \"2020-11-23T16:00:30.000000Z\"\n    }\n}"}]},{"name":"Delete OgTag for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/ogtags\/:ogtag","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/ogtags\/:ogtag","variable":[{"id":"shortlink","key":"shortlink","value":"17","description":"Shortlink Id."},{"id":"ogtag","key":"ogtag","value":"10","description":"OgTag Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can delete existing OgTag. This action can not be undone!"},"response":[{"name":"Delete OgTag for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/ogtags\/:ogtag","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/ogtags\/:ogtag","variable":[{"id":"shortlink","key":"shortlink","value":"17","description":"Shortlink Id."},{"id":"ogtag","key":"ogtag","value":"10","description":"OgTag Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can delete existing OgTag. This action can not be undone!"},"header":null,"cookie":[],"body":"null"}]},{"name":"Create OgTag for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/:shortlink\/ogtags","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/:shortlink\/ogtags","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Id of shortlink. Created OgTags will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"property\": \"og:title\",\n    \"content\": \"Title for my shortlink\"\n}"},"description":"You can create new OgTag for existing shortlink."},"response":[{"name":"Create OgTag for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/:shortlink\/ogtags","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/:shortlink\/ogtags","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Id of shortlink. Created OgTags will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"property\": \"og:title\",\n    \"content\": \"Title for my shortlink\"\n}"},"description":"You can create new OgTag for existing shortlink."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"property\": \"og:title\",\n        \"content\": \"Bedford Hall Craft Kitchen &amp; Bar\",\n        \"created_at\": \"2020-11-23T16:00:30.000000Z\"\n    }\n}"}]},{"name":"Delete OgTag for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/:shortlink\/ogtags\/:ogtag","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/:shortlink\/ogtags\/:ogtag","variable":[{"id":"shortlink","key":"shortlink","value":"3","description":"Shortlink Id."},{"id":"ogtag","key":"ogtag","value":"18","description":"OgTag Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can delete existing OgTag. This action can not be undone!"},"response":[{"name":"Delete OgTag for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/:shortlink\/ogtags\/:ogtag","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/:shortlink\/ogtags\/:ogtag","variable":[{"id":"shortlink","key":"shortlink","value":"3","description":"Shortlink Id."},{"id":"ogtag","key":"ogtag","value":"18","description":"OgTag Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can delete existing OgTag. This action can not be undone!"},"header":null,"cookie":[],"body":"null"}]},{"name":"Update OgTag for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/:shortlink\/ogtags\/:ogtag","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/:shortlink\/ogtags\/:ogtag","variable":[{"id":"shortlink","key":"shortlink","value":"20","description":"Shortlink Id."},{"id":"ogtag","key":"ogtag","value":"16","description":"OgTag which will be updated."}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"property\": \"et\",\n    \"content\": \"voluptatum\"\n}"},"description":"You can update existing OgTag."},"response":[{"name":"Update OgTag for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/:shortlink\/ogtags\/:ogtag","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/:shortlink\/ogtags\/:ogtag","variable":[{"id":"shortlink","key":"shortlink","value":"20","description":"Shortlink Id."},{"id":"ogtag","key":"ogtag","value":"16","description":"OgTag which will be updated."}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"property\": \"et\",\n    \"content\": \"voluptatum\"\n}"},"description":"You can update existing OgTag."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"property\": \"og:title\",\n        \"content\": \"Bedford Hall Craft Kitchen &amp; Bar\",\n        \"created_at\": \"2020-11-23T16:00:30.000000Z\"\n    }\n}"}]}]},{"name":"Scripts","description":"","item":[{"name":"Get shortlink all scripts.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/scripts","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/scripts","variable":[{"id":"shortlink","key":"shortlink","value":"9","description":"Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Get list of all scripts for certain shortlink"},"response":[{"name":"Get shortlink all scripts. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/scripts","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/scripts","variable":[{"id":"shortlink","key":"shortlink","value":"9","description":"Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Get list of all scripts for certain shortlink"},"header":null,"cookie":[],"body":"{\n    \"data\": [\n        {\n            \"id\": null,\n            \"script\": null,\n            \"noscript\": null\n        },\n        {\n            \"id\": null,\n            \"script\": null,\n            \"noscript\": null\n        }\n    ]\n}"}]},{"name":"Create Script for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/scripts","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/scripts","variable":[{"id":"shortlink","key":"shortlink","value":"6","description":"Id of shortlink. Created Script will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"script\": \"beatae\",\n    \"noscript\": \"laborum\"\n}"},"description":"You can create new Scripts for existing shortlink."},"response":[{"name":"Create Script for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/scripts","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/scripts","variable":[{"id":"shortlink","key":"shortlink","value":"6","description":"Id of shortlink. Created Script will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"script\": \"beatae\",\n    \"noscript\": \"laborum\"\n}"},"description":"You can create new Scripts for existing shortlink."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": null,\n        \"script\": null,\n        \"noscript\": null\n    }\n}"}]},{"name":"Update Script for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/scripts\/:script","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/scripts\/:script","variable":[{"id":"shortlink","key":"shortlink","value":"13","description":"Shortlink Id."},{"id":"script","key":"script","value":"beatae","description":""},{"id":"ogtag","key":"ogtag","value":"2","description":"OgTag which will be updated."}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"script\": \"ut\",\n    \"noscript\": {}\n}"},"description":"You can update existing Script."},"response":[]},{"name":"Delete Script for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/scripts\/:script","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/scripts\/:script","variable":[{"id":"shortlink","key":"shortlink","value":"19","description":"Shortlink Id."},{"id":"script","key":"script","value":"11","description":"Script Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can delete existing Script. This action can not be undone!"},"response":[]}]},{"name":"Shortlinks","description":"","item":[{"name":"Get all shortlinks","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks","query":[{"key":"filter%5Balias%5D","value":"%3Ffilter%5Bhas_pixel_tracks%5D%3D0%26filter%5Bexternal_metadata%5D%3Duser_uuid%3AXX-YY","description":"Filter results by alias. Available filters: alias subdomain domain external_id subdomain_id external_metadata, has_pixel_tracks","disabled":false}],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks?filter%5Balias%5D=%3Ffilter%5Bhas_pixel_tracks%5D%3D0%26filter%5Bexternal_metadata%5D%3Duser_uuid%3AXX-YY"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"breakdown\": \"OVERALL\",\n    \"startDate\": \"2024-05-20T15:24:57+0000\",\n    \"endDate\": \"2024-05-20T15:24:57+0000\"\n}"},"description":"Returns all shortlinks assigned to application."},"response":[{"name":"Get all shortlinks Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks","query":[{"key":"filter%5Balias%5D","value":"%3Ffilter%5Bhas_pixel_tracks%5D%3D0%26filter%5Bexternal_metadata%5D%3Duser_uuid%3AXX-YY","description":"Filter results by alias. Available filters: alias subdomain domain external_id subdomain_id external_metadata, has_pixel_tracks","disabled":false}],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks?filter%5Balias%5D=%3Ffilter%5Bhas_pixel_tracks%5D%3D0%26filter%5Bexternal_metadata%5D%3Duser_uuid%3AXX-YY"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"breakdown\": \"OVERALL\",\n    \"startDate\": \"2024-05-20T15:24:57+0000\",\n    \"endDate\": \"2024-05-20T15:24:57+0000\"\n}"},"description":"Returns all shortlinks assigned to application."},"header":null,"cookie":[],"body":"{\n    \"data\": [\n        {\n            \"id\": 24328,\n            \"shortlink\": \"beier.com\\\/magni\",\n            \"alias\": \"magni\",\n            \"default_destination_url\": \"\",\n            \"domain\": \"beier.com\",\n            \"subdomain\": null,\n            \"external_id\": \"f79cba10-096f-31d1-a436-81f68280722d\",\n            \"external_metadata\": null,\n            \"og_tags\": [],\n            \"pixel_tracks\": [],\n            \"scripts\": [],\n            \"signals\": [],\n            \"interstitials\": [],\n            \"destinations\": [],\n            \"portal_shares\": [],\n            \"shares\": []\n        },\n        {\n            \"id\": 24329,\n            \"shortlink\": \"shanahan.com\\\/aspernatur\",\n            \"alias\": \"aspernatur\",\n            \"default_destination_url\": \"\",\n            \"domain\": \"shanahan.com\",\n            \"subdomain\": null,\n            \"external_id\": \"983171f9-1654-31ce-a588-433c846f5db8\",\n            \"external_metadata\": null,\n            \"og_tags\": [],\n            \"pixel_tracks\": [],\n            \"scripts\": [],\n            \"signals\": [],\n            \"interstitials\": [],\n            \"destinations\": [],\n            \"portal_shares\": [],\n            \"shares\": []\n        }\n    ]\n}"}]},{"name":"Get single shortlink","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Existing Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Returns single shortlinks assigned to application with all conditions."},"response":[{"name":"Get single shortlink Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Existing Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Returns single shortlinks assigned to application with all conditions."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 24330,\n        \"shortlink\": \"nader.info\\\/quam\",\n        \"alias\": \"quam\",\n        \"default_destination_url\": \"\",\n        \"domain\": \"nader.info\",\n        \"subdomain\": null,\n        \"external_id\": \"07c79861-d9b8-3482-a880-4bb6016291c2\",\n        \"external_metadata\": null,\n        \"og_tags\": [],\n        \"pixel_tracks\": [],\n        \"scripts\": [],\n        \"signals\": [],\n        \"interstitials\": [],\n        \"destinations\": [],\n        \"portal_shares\": [],\n        \"shares\": []\n    }\n}"}]},{"name":"Get shortlinks via external_id","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/external\/:external_id","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/external\/:external_id","variable":[{"id":"external_id","key":"external_id","value":"labore","description":"External_id"}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Returns all shortlinks with given external_id."},"response":[{"name":"Get shortlinks via external_id Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/external\/:external_id","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/external\/:external_id","variable":[{"id":"external_id","key":"external_id","value":"labore","description":"External_id"}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Returns all shortlinks with given external_id."},"header":null,"cookie":[],"body":"{\n    \"data\": [\n        {\n            \"id\": 24331,\n            \"shortlink\": \"adams.sanford.com\\\/eligendi\",\n            \"domain\": \"sanford.com\",\n            \"subdomain\": \"adams\",\n            \"og_tags\": [],\n            \"pixel_tracks\": [],\n            \"scripts\": [],\n            \"signals\": [],\n            \"interstitials\": [],\n            \"destinations\": [],\n            \"stats\": {\n                \"id\": 24331,\n                \"breakdown\": \"OVERALL\",\n                \"shortlink\": \"adams.sanford.com\\\/eligendi\",\n                \"stats\": {\n                    \"base\": {\n                        \"entries\": [],\n                        \"destinations\": []\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 24332,\n            \"shortlink\": \"mueller.rowe.com\\\/nemo\",\n            \"domain\": \"rowe.com\",\n            \"subdomain\": \"mueller\",\n            \"og_tags\": [],\n            \"pixel_tracks\": [],\n            \"scripts\": [],\n            \"signals\": [],\n            \"interstitials\": [],\n            \"destinations\": [],\n            \"stats\": {\n                \"id\": 24332,\n                \"breakdown\": \"OVERALL\",\n                \"shortlink\": \"mueller.rowe.com\\\/nemo\",\n                \"stats\": {\n                    \"base\": {\n                        \"entries\": [],\n                        \"destinations\": []\n                    }\n                }\n            }\n        }\n    ],\n    \"links\": {\n        \"first\": \"\\\/?page=1\",\n        \"last\": \"\\\/?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"\\\/?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"\\\/\",\n        \"per_page\": \"15\",\n        \"to\": 2,\n        \"total\": 2\n    }\n}"}]},{"name":"Create shortlink","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"frm449dw21\",\n    \"default_destination_uri\": \"https:\\\/\\\/www.winlocalnow.com\",\n    \"subdomain_id\": 1,\n    \"domain\": \"yourdomian.com\",\n    \"hide_nav_bar\": \"1\",\n    \"subdomain\": \"links\",\n    \"external_id\": \"111\",\n    \"external_metadata\": {\n        \"systemId\": \"Qh7f43hXfufLWdsaPQsab43u\",\n        \"timestamp\": 1607186812\n    },\n    \"og_tags\": [\n        {\n            \"property\": \"og:title\",\n            \"content\": \"My title seen on Facebook\"\n        },\n        {\n            \"property\": \"og:title\",\n            \"content\": \"My title seen on Facebook\"\n        }\n    ],\n    \"pixel_tracks\": [\n        {\n            \"action\": \"sint\",\n            \"attributes\": [\n                {\n                    \"key\": \"ut\",\n                    \"value\": {}\n                },\n                [\n                    [],\n                    []\n                ]\n            ]\n        },\n        {\n            \"action\": \"sint\"\n        }\n    ],\n    \"linkedin_pixels\": \"ipsa\",\n    \"scripts\": [\n        {\n            \"script\": \"sapiente\",\n            \"noscript\": \"quidem\"\n        },\n        {\n            \"script\": \"sapiente\",\n            \"noscript\": \"quidem\"\n        }\n    ],\n    \"interstitials\": [\n        {\n            \"type\": \"IFRAME\",\n            \"url\": \"https:\\\/\\\/www.sipes.org\\\/quia-iure-qui-veniam-nesciunt-consequatur\",\n            \"html\": {},\n            \"title\": {},\n            \"body\": {},\n            \"is_default\": \"1\",\n            \"conditions\": [\n                {\n                    \"type\": \"REGION\"\n                }\n            ]\n        }\n    ],\n    \"destinations\": [\n        {\n            \"uri\": \"debitis\",\n            \"conditions\": [\n                \"nam\"\n            ],\n            \"is_default\": false\n        },\n        {\n            \"uri\": \"debitis\",\n            \"is_default\": false\n        }\n    ],\n    \"signals\": [\n        {\n            \"method\": \"POST\",\n            \"events\": [\n                \"condition.unfulfilled\",\n                \"shortlink.entered\"\n            ],\n            \"conditions\": [\n                {\n                    \"type\": \"DATE\"\n                }\n            ],\n            \"is_default\": \"1\"\n        }\n    ],\n    \"heads\": [\n        {\n            \"head\": \"ullam\"\n        },\n        {\n            \"head\": \"ullam\"\n        }\n    ]\n}"},"description":"Comfortable endpoint to create shortlink with with all its components like Interstitials, OgTag, etc..\n<aside class=\"notice\">Validations for conditions are not described here, because they are dynamically created\nbased on destination type.<\/aside>"},"response":[{"name":"Create shortlink Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"frm449dw21\",\n    \"default_destination_uri\": \"https:\\\/\\\/www.winlocalnow.com\",\n    \"subdomain_id\": 1,\n    \"domain\": \"yourdomian.com\",\n    \"hide_nav_bar\": \"1\",\n    \"subdomain\": \"links\",\n    \"external_id\": \"111\",\n    \"external_metadata\": {\n        \"systemId\": \"Qh7f43hXfufLWdsaPQsab43u\",\n        \"timestamp\": 1607186812\n    },\n    \"og_tags\": [\n        {\n            \"property\": \"og:title\",\n            \"content\": \"My title seen on Facebook\"\n        },\n        {\n            \"property\": \"og:title\",\n            \"content\": \"My title seen on Facebook\"\n        }\n    ],\n    \"pixel_tracks\": [\n        {\n            \"action\": \"sint\",\n            \"attributes\": [\n                {\n                    \"key\": \"ut\",\n                    \"value\": {}\n                },\n                [\n                    [],\n                    []\n                ]\n            ]\n        },\n        {\n            \"action\": \"sint\"\n        }\n    ],\n    \"linkedin_pixels\": \"ipsa\",\n    \"scripts\": [\n        {\n            \"script\": \"sapiente\",\n            \"noscript\": \"quidem\"\n        },\n        {\n            \"script\": \"sapiente\",\n            \"noscript\": \"quidem\"\n        }\n    ],\n    \"interstitials\": [\n        {\n            \"type\": \"IFRAME\",\n            \"url\": \"https:\\\/\\\/www.sipes.org\\\/quia-iure-qui-veniam-nesciunt-consequatur\",\n            \"html\": {},\n            \"title\": {},\n            \"body\": {},\n            \"is_default\": \"1\",\n            \"conditions\": [\n                {\n                    \"type\": \"REGION\"\n                }\n            ]\n        }\n    ],\n    \"destinations\": [\n        {\n            \"uri\": \"debitis\",\n            \"conditions\": [\n                \"nam\"\n            ],\n            \"is_default\": false\n        },\n        {\n            \"uri\": \"debitis\",\n            \"is_default\": false\n        }\n    ],\n    \"signals\": [\n        {\n            \"method\": \"POST\",\n            \"events\": [\n                \"condition.unfulfilled\",\n                \"shortlink.entered\"\n            ],\n            \"conditions\": [\n                {\n                    \"type\": \"DATE\"\n                }\n            ],\n            \"is_default\": \"1\"\n        }\n    ],\n    \"heads\": [\n        {\n            \"head\": \"ullam\"\n        },\n        {\n            \"head\": \"ullam\"\n        }\n    ]\n}"},"description":"Comfortable endpoint to create shortlink with with all its components like Interstitials, OgTag, etc..\n<aside class=\"notice\">Validations for conditions are not described here, because they are dynamically created\nbased on destination type.<\/aside>"},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 24333,\n        \"shortlink\": \"oberbrunner.com\\\/placeat\",\n        \"alias\": \"placeat\",\n        \"default_destination_url\": \"\",\n        \"domain\": \"oberbrunner.com\",\n        \"subdomain\": null,\n        \"external_id\": \"8c060edf-f9ce-372d-a432-88675a887bb0\",\n        \"external_metadata\": null,\n        \"og_tags\": [],\n        \"pixel_tracks\": [],\n        \"scripts\": [],\n        \"signals\": [],\n        \"interstitials\": [],\n        \"destinations\": [],\n        \"portal_shares\": [],\n        \"shares\": []\n    }\n}"}]},{"name":"Check alias","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/check","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/check"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"test\",\n    \"domain\": \"linkto.us\",\n    \"domain_id\": 1,\n    \"subdomain_id\": 15,\n    \"subdomain\": \"veritatis\"\n}"},"description":"You can check alias availability in scope of domain or subdomain.\nResponse with status code 200 means that alias is available.\nResponse with status code 422 means that alias has been already taken."},"response":[{"name":"Check alias Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/check","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/check"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"test\",\n    \"domain\": \"linkto.us\",\n    \"domain_id\": 1,\n    \"subdomain_id\": 15,\n    \"subdomain\": \"veritatis\"\n}"},"description":"You can check alias availability in scope of domain or subdomain.\nResponse with status code 200 means that alias is available.\nResponse with status code 422 means that alias has been already taken."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"status\": \"available\",\n        \"shortlink\": \"www.linkto.us\\\/test\"\n    }\n}"},{"name":"Check alias Response #2","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/check","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/check"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"test\",\n    \"domain\": \"linkto.us\",\n    \"domain_id\": 1,\n    \"subdomain_id\": 15,\n    \"subdomain\": \"veritatis\"\n}"},"description":"You can check alias availability in scope of domain or subdomain.\nResponse with status code 200 means that alias is available.\nResponse with status code 422 means that alias has been already taken."},"header":null,"cookie":[],"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"alias\": [\n            \"Shortlink alias must be unique in scope of subdomain.\"\n        ]\n    }\n}"},{"name":"Check alias Response #3","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/check","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/check"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"test\",\n    \"domain\": \"linkto.us\",\n    \"domain_id\": 1,\n    \"subdomain_id\": 15,\n    \"subdomain\": \"veritatis\"\n}"},"description":"You can check alias availability in scope of domain or subdomain.\nResponse with status code 200 means that alias is available.\nResponse with status code 422 means that alias has been already taken."},"header":null,"cookie":[],"body":"{\n    \"message\": \"This action is unauthorized.\"\n}"}]},{"name":"Get shortlink via hash","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/validate-hash","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/validate-hash"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"hash\": \"eyf43f4fdsfe3er3\"\n}"},"description":"Return link with given hash."},"response":[{"name":"Get shortlink via hash Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/validate-hash","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/validate-hash"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"hash\": \"eyf43f4fdsfe3er3\"\n}"},"description":"Return link with given hash."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 24334,\n        \"shortlink\": \"murazik.klein.com\\\/delectus\",\n        \"alias\": \"delectus\",\n        \"default_destination_url\": \"\",\n        \"domain\": \"klein.com\",\n        \"subdomain\": \"murazik\",\n        \"external_id\": \"39684b28-fafc-3a92-a7ff-a8690d5dde04\",\n        \"external_metadata\": null,\n        \"og_tags\": [],\n        \"pixel_tracks\": [],\n        \"scripts\": [],\n        \"signals\": [],\n        \"interstitials\": [],\n        \"destinations\": [],\n        \"portal_shares\": [],\n        \"shares\": []\n    }\n}"}]},{"name":"Create Device","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/device","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/device"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"external_id\": \"4\"\n}"},"description":"Creates device link"},"response":[{"name":"Create Device Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/device","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/device"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"external_id\": \"4\"\n}"},"description":"Creates device link"},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 24335,\n        \"shortlink\": \"jacobson.cummerata.com\\\/perferendis\",\n        \"alias\": \"perferendis\",\n        \"default_destination_url\": \"\",\n        \"domain\": \"cummerata.com\",\n        \"subdomain\": \"jacobson\",\n        \"external_id\": \"4578b206-e0ee-3155-8b59-f49c6612bf18\",\n        \"external_metadata\": null,\n        \"og_tags\": [],\n        \"pixel_tracks\": [],\n        \"scripts\": [],\n        \"signals\": [],\n        \"interstitials\": [],\n        \"destinations\": [],\n        \"portal_shares\": [],\n        \"shares\": []\n    }\n}"}]},{"name":"Get scenarios","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/scenario","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/scenario","variable":[{"id":"shortlink","key":"shortlink","value":"ducimus","description":""}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Returns all scenarios and destinations for shortlink assigned to application."},"response":[{"name":"Get scenarios Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/scenario","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/scenario","variable":[{"id":"shortlink","key":"shortlink","value":"ducimus","description":""}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Returns all scenarios and destinations for shortlink assigned to application."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"type\": \"scenario\",\n        \"condition\": {\n            \"id\": 42,\n            \"type\": \"city\",\n            \"city\": \"Krakow\",\n            \"operator\": \"EQUAL\"\n        },\n        \"fulfilled\": {\n            \"id\": 6643,\n            \"uri\": \"https:\\\/\\\/krakow.pl\",\n            \"type\": \"destination\"\n        },\n        \"unfulfilled\": {\n            \"id\": 2,\n            \"type\": \"scenario\",\n            \"condition\": {\n                \"id\": 43,\n                \"type\": \"city\",\n                \"city\": \"Warszawa\",\n                \"operator\": \"EQUAL\"\n            },\n            \"fulfilled\": {\n                \"id\": 6644,\n                \"uri\": \"https:\\\/\\\/warszawa.pl\",\n                \"type\": \"destination\"\n            },\n            \"unfulfilled\": {\n                \"id\": 1,\n                \"type\": \"destination_group\",\n                \"uris\": [\n                    {\n                        \"id\": 6645,\n                        \"uri\": \"http:\\\/\\\/chicago1.com\",\n                        \"type\": \"destination\"\n                    },\n                    {\n                        \"id\": 6646,\n                        \"uri\": \"http:\\\/\\\/chicago2.com\",\n                        \"type\": \"destination\"\n                    }\n                ]\n            },\n            \"shortlink\": {\n                \"id\": 6588,\n                \"shortlink\": \"dev.linkto.us\\\/H0sXKZ\",\n                \"alias\": \"H0sXKZ\",\n                \"default_destination_url\": \"http:\\\/\\\/taternictwo.pl\",\n                \"domain\": \"linkto.us\",\n                \"subdomain\": \"dev\",\n                \"external_id\": null,\n                \"external_metadata\": null,\n                \"og_tags\": [],\n                \"pixel_tracks\": [],\n                \"scripts\": [],\n                \"signals\": [],\n                \"interstitials\": [],\n                \"destinations\": [\n                    {\n                        \"id\": 6642,\n                        \"uri\": \"http:\\\/\\\/taternictwo.pl\",\n                        \"is_default\": 1,\n                        \"conditions\": []\n                    },\n                    {\n                        \"id\": 6643,\n                        \"uri\": \"https:\\\/\\\/krakow.pl\",\n                        \"is_default\": 0,\n                        \"conditions\": []\n                    },\n                    {\n                        \"id\": 6644,\n                        \"uri\": \"https:\\\/\\\/warszawa.pl\",\n                        \"is_default\": 0,\n                        \"conditions\": []\n                    },\n                    {\n                        \"id\": 6645,\n                        \"uri\": \"http:\\\/\\\/chicago1.com\",\n                        \"is_default\": 0,\n                        \"conditions\": []\n                    },\n                    {\n                        \"id\": 6646,\n                        \"uri\": \"http:\\\/\\\/chicago2.com\",\n                        \"is_default\": 0,\n                        \"conditions\": []\n                    }\n                ],\n                \"portal_shares\": [],\n                \"shares\": []\n            }\n        },\n        \"shortlink\": {\n            \"id\": 6588,\n            \"shortlink\": \"dev.linkto.us\\\/H0sXKZ\",\n            \"alias\": \"H0sXKZ\",\n            \"default_destination_url\": \"http:\\\/\\\/taternictwo.pl\",\n            \"domain\": \"linkto.us\",\n            \"subdomain\": \"dev\",\n            \"external_id\": null,\n            \"external_metadata\": null,\n            \"og_tags\": [],\n            \"pixel_tracks\": [],\n            \"scripts\": [],\n            \"signals\": [],\n            \"interstitials\": [],\n            \"destinations\": [\n                {\n                    \"id\": 6642,\n                    \"uri\": \"http:\\\/\\\/taternictwo.pl\",\n                    \"is_default\": 1,\n                    \"conditions\": []\n                },\n                {\n                    \"id\": 6643,\n                    \"uri\": \"https:\\\/\\\/krakow.pl\",\n                    \"is_default\": 0,\n                    \"conditions\": []\n                },\n                {\n                    \"id\": 6644,\n                    \"uri\": \"https:\\\/\\\/warszawa.pl\",\n                    \"is_default\": 0,\n                    \"conditions\": []\n                },\n                {\n                    \"id\": 6645,\n                    \"uri\": \"http:\\\/\\\/chicago1.com\",\n                    \"is_default\": 0,\n                    \"conditions\": []\n                },\n                {\n                    \"id\": 6646,\n                    \"uri\": \"http:\\\/\\\/chicago2.com\",\n                    \"is_default\": 0,\n                    \"conditions\": []\n                }\n            ],\n            \"portal_shares\": [],\n            \"shares\": []\n        }\n    }\n}"}]},{"name":"Get scenarios with statistics","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/scenario\/stats","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/scenario\/stats","variable":[{"id":"shortlink","key":"shortlink","value":"repudiandae","description":""}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Returns all scenarios for shortlink with statistics of conditions and destinations"},"response":[{"name":"Get scenarios with statistics Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/scenario\/stats","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/scenario\/stats","variable":[{"id":"shortlink","key":"shortlink","value":"repudiandae","description":""}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Returns all scenarios for shortlink with statistics of conditions and destinations"},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"type\": \"scenario\",\n        \"condition\": {\n            \"id\": 42,\n            \"type\": \"city\",\n            \"city\": \"Krakow\",\n            \"operator\": \"EQUAL\"\n        },\n        \"fulfilled\": {\n            \"id\": 6643,\n            \"uri\": \"https:\\\/\\\/krakow.pl\",\n            \"type\": \"destination\"\n        },\n        \"unfulfilled\": {\n            \"id\": 2,\n            \"type\": \"scenario\",\n            \"condition\": {\n                \"id\": 43,\n                \"type\": \"city\",\n                \"city\": \"Warszawa\",\n                \"operator\": \"EQUAL\"\n            },\n            \"fulfilled\": {\n                \"id\": 6644,\n                \"uri\": \"https:\\\/\\\/warszawa.pl\",\n                \"type\": \"destination\"\n            },\n            \"unfulfilled\": {\n                \"id\": 1,\n                \"type\": \"destination_group\",\n                \"uris\": [\n                    {\n                        \"id\": 6645,\n                        \"uri\": \"http:\\\/\\\/chicago1.com\",\n                        \"type\": \"destination\"\n                    },\n                    {\n                        \"id\": 6646,\n                        \"uri\": \"http:\\\/\\\/chicago2.com\",\n                        \"type\": \"destination\"\n                    }\n                ]\n            },\n            \"shortlink\": {\n                \"id\": 6588,\n                \"shortlink\": \"dev.linkto.us\\\/H0sXKZ\",\n                \"alias\": \"H0sXKZ\",\n                \"default_destination_url\": \"http:\\\/\\\/taternictwo.pl\",\n                \"domain\": \"linkto.us\",\n                \"subdomain\": \"dev\",\n                \"external_id\": null,\n                \"external_metadata\": null,\n                \"og_tags\": [],\n                \"pixel_tracks\": [],\n                \"scripts\": [],\n                \"signals\": [],\n                \"interstitials\": [],\n                \"destinations\": [\n                    {\n                        \"id\": 6642,\n                        \"uri\": \"http:\\\/\\\/taternictwo.pl\",\n                        \"is_default\": 1,\n                        \"conditions\": []\n                    },\n                    {\n                        \"id\": 6643,\n                        \"uri\": \"https:\\\/\\\/krakow.pl\",\n                        \"is_default\": 0,\n                        \"conditions\": []\n                    },\n                    {\n                        \"id\": 6644,\n                        \"uri\": \"https:\\\/\\\/warszawa.pl\",\n                        \"is_default\": 0,\n                        \"conditions\": []\n                    },\n                    {\n                        \"id\": 6645,\n                        \"uri\": \"http:\\\/\\\/chicago1.com\",\n                        \"is_default\": 0,\n                        \"conditions\": []\n                    },\n                    {\n                        \"id\": 6646,\n                        \"uri\": \"http:\\\/\\\/chicago2.com\",\n                        \"is_default\": 0,\n                        \"conditions\": []\n                    }\n                ],\n                \"portal_shares\": [],\n                \"shares\": []\n            }\n        },\n        \"shortlink\": {\n            \"id\": 6588,\n            \"shortlink\": \"dev.linkto.us\\\/H0sXKZ\",\n            \"alias\": \"H0sXKZ\",\n            \"default_destination_url\": \"http:\\\/\\\/taternictwo.pl\",\n            \"domain\": \"linkto.us\",\n            \"subdomain\": \"dev\",\n            \"external_id\": null,\n            \"external_metadata\": null,\n            \"og_tags\": [],\n            \"pixel_tracks\": [],\n            \"scripts\": [],\n            \"signals\": [],\n            \"interstitials\": [],\n            \"destinations\": [\n                {\n                    \"id\": 6642,\n                    \"uri\": \"http:\\\/\\\/taternictwo.pl\",\n                    \"is_default\": 1,\n                    \"conditions\": []\n                },\n                {\n                    \"id\": 6643,\n                    \"uri\": \"https:\\\/\\\/krakow.pl\",\n                    \"is_default\": 0,\n                    \"conditions\": []\n                },\n                {\n                    \"id\": 6644,\n                    \"uri\": \"https:\\\/\\\/warszawa.pl\",\n                    \"is_default\": 0,\n                    \"conditions\": []\n                },\n                {\n                    \"id\": 6645,\n                    \"uri\": \"http:\\\/\\\/chicago1.com\",\n                    \"is_default\": 0,\n                    \"conditions\": []\n                },\n                {\n                    \"id\": 6646,\n                    \"uri\": \"http:\\\/\\\/chicago2.com\",\n                    \"is_default\": 0,\n                    \"conditions\": []\n                }\n            ],\n            \"portal_shares\": [],\n            \"shares\": []\n        }\n    }\n}"}]},{"name":"Update Scenario","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/scenario\/:scenario","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/scenario\/:scenario","variable":[{"id":"shortlink","key":"shortlink","value":"6","description":"Shortlink Id."},{"id":"scenario","key":"scenario","value":"magni","description":""}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"condition\": \"{\\\"type\\\":\\\"scenario\\\",\\\"condition\\\":{\\\"type\\\":\\\"city\\\",\\\"city\\\":\\\"Krakow\\\",\\\"operator\\\":\\\"EQUAL\\\"},\\\"fulfilled\\\":{\\\"uri\\\":\\\"https:\\\/\\\/maa.pl\\\",\\\"type\\\":\\\"destination\\\"},\\\"unfulfilled\\\":{\\\"type\\\":\\\"scenario\\\",\\\"condition\\\":{\\\"type\\\":\\\"city\\\",\\\"city\\\":\\\"Warszawa\\\",\\\"operator\\\":\\\"EQUAL\\\"},\\\"fulfilled\\\":{\\\"uri\\\":\\\"https:\\\/\\\/warszawa.pl\\\",\\\"type\\\":\\\"destination\\\"},\\\"unfulfilled\\\":{\\\"type\\\":\\\"destination_group\\\",\\\"uris\\\":[{\\\"uri\\\":\\\"http:\\\/\\\/chicago1.com\\\",\\\"type\\\":\\\"destination\\\"},{\\\"uri\\\":\\\"http:\\\/\\\/chicago2.com\\\",\\\"type\\\":\\\"destination\\\"}]}}}\"\n}"},"description":"You can update specific scenario or all scenarios for a shortlink. If you add IDs then the item will be overwritten."},"response":[{"name":"Update Scenario Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/scenario\/:scenario","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/scenario\/:scenario","variable":[{"id":"shortlink","key":"shortlink","value":"6","description":"Shortlink Id."},{"id":"scenario","key":"scenario","value":"magni","description":""}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"condition\": \"{\\\"type\\\":\\\"scenario\\\",\\\"condition\\\":{\\\"type\\\":\\\"city\\\",\\\"city\\\":\\\"Krakow\\\",\\\"operator\\\":\\\"EQUAL\\\"},\\\"fulfilled\\\":{\\\"uri\\\":\\\"https:\\\/\\\/maa.pl\\\",\\\"type\\\":\\\"destination\\\"},\\\"unfulfilled\\\":{\\\"type\\\":\\\"scenario\\\",\\\"condition\\\":{\\\"type\\\":\\\"city\\\",\\\"city\\\":\\\"Warszawa\\\",\\\"operator\\\":\\\"EQUAL\\\"},\\\"fulfilled\\\":{\\\"uri\\\":\\\"https:\\\/\\\/warszawa.pl\\\",\\\"type\\\":\\\"destination\\\"},\\\"unfulfilled\\\":{\\\"type\\\":\\\"destination_group\\\",\\\"uris\\\":[{\\\"uri\\\":\\\"http:\\\/\\\/chicago1.com\\\",\\\"type\\\":\\\"destination\\\"},{\\\"uri\\\":\\\"http:\\\/\\\/chicago2.com\\\",\\\"type\\\":\\\"destination\\\"}]}}}\"\n}"},"description":"You can update specific scenario or all scenarios for a shortlink. If you add IDs then the item will be overwritten."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"type\": \"scenario\",\n        \"condition\": {\n            \"id\": 42,\n            \"type\": \"city\",\n            \"city\": \"Krakow\",\n            \"operator\": \"EQUAL\"\n        },\n        \"fulfilled\": {\n            \"id\": 6643,\n            \"uri\": \"https:\\\/\\\/krakow.pl\",\n            \"type\": \"destination\"\n        },\n        \"unfulfilled\": {\n            \"id\": 2,\n            \"type\": \"scenario\",\n            \"condition\": {\n                \"id\": 43,\n                \"type\": \"city\",\n                \"city\": \"Warszawa\",\n                \"operator\": \"EQUAL\"\n            },\n            \"fulfilled\": {\n                \"id\": 6644,\n                \"uri\": \"https:\\\/\\\/warszawa.pl\",\n                \"type\": \"destination\"\n            },\n            \"unfulfilled\": {\n                \"id\": 1,\n                \"type\": \"destination_group\",\n                \"uris\": [\n                    {\n                        \"id\": 6645,\n                        \"uri\": \"http:\\\/\\\/chicago1.com\",\n                        \"type\": \"destination\"\n                    },\n                    {\n                        \"id\": 6646,\n                        \"uri\": \"http:\\\/\\\/chicago2.com\",\n                        \"type\": \"destination\"\n                    }\n                ]\n            },\n            \"shortlink\": {\n                \"id\": 6588,\n                \"shortlink\": \"dev.linkto.us\\\/H0sXKZ\",\n                \"alias\": \"H0sXKZ\",\n                \"default_destination_url\": \"http:\\\/\\\/taternictwo.pl\",\n                \"domain\": \"linkto.us\",\n                \"subdomain\": \"dev\",\n                \"external_id\": null,\n                \"external_metadata\": null,\n                \"og_tags\": [],\n                \"pixel_tracks\": [],\n                \"scripts\": [],\n                \"signals\": [],\n                \"interstitials\": [],\n                \"destinations\": [\n                    {\n                        \"id\": 6642,\n                        \"uri\": \"http:\\\/\\\/taternictwo.pl\",\n                        \"is_default\": 1,\n                        \"conditions\": []\n                    },\n                    {\n                        \"id\": 6643,\n                        \"uri\": \"https:\\\/\\\/krakow.pl\",\n                        \"is_default\": 0,\n                        \"conditions\": []\n                    },\n                    {\n                        \"id\": 6644,\n                        \"uri\": \"https:\\\/\\\/warszawa.pl\",\n                        \"is_default\": 0,\n                        \"conditions\": []\n                    },\n                    {\n                        \"id\": 6645,\n                        \"uri\": \"http:\\\/\\\/chicago1.com\",\n                        \"is_default\": 0,\n                        \"conditions\": []\n                    },\n                    {\n                        \"id\": 6646,\n                        \"uri\": \"http:\\\/\\\/chicago2.com\",\n                        \"is_default\": 0,\n                        \"conditions\": []\n                    }\n                ],\n                \"portal_shares\": [],\n                \"shares\": []\n            }\n        },\n        \"shortlink\": {\n            \"id\": 6588,\n            \"shortlink\": \"dev.linkto.us\\\/H0sXKZ\",\n            \"alias\": \"H0sXKZ\",\n            \"default_destination_url\": \"http:\\\/\\\/taternictwo.pl\",\n            \"domain\": \"linkto.us\",\n            \"subdomain\": \"dev\",\n            \"external_id\": null,\n            \"external_metadata\": null,\n            \"og_tags\": [],\n            \"pixel_tracks\": [],\n            \"scripts\": [],\n            \"signals\": [],\n            \"interstitials\": [],\n            \"destinations\": [\n                {\n                    \"id\": 6642,\n                    \"uri\": \"http:\\\/\\\/taternictwo.pl\",\n                    \"is_default\": 1,\n                    \"conditions\": []\n                },\n                {\n                    \"id\": 6643,\n                    \"uri\": \"https:\\\/\\\/krakow.pl\",\n                    \"is_default\": 0,\n                    \"conditions\": []\n                },\n                {\n                    \"id\": 6644,\n                    \"uri\": \"https:\\\/\\\/warszawa.pl\",\n                    \"is_default\": 0,\n                    \"conditions\": []\n                },\n                {\n                    \"id\": 6645,\n                    \"uri\": \"http:\\\/\\\/chicago1.com\",\n                    \"is_default\": 0,\n                    \"conditions\": []\n                },\n                {\n                    \"id\": 6646,\n                    \"uri\": \"http:\\\/\\\/chicago2.com\",\n                    \"is_default\": 0,\n                    \"conditions\": []\n                }\n            ],\n            \"portal_shares\": [],\n            \"shares\": []\n        }\n    }\n}"}]},{"name":"Update Condition","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/scenario\/:scenario","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/scenario\/:scenario","variable":[{"id":"shortlink","key":"shortlink","value":"14","description":"Shortlink Id."},{"id":"scenario","key":"scenario","value":"4","description":"Scenario which will be updated."}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"condition\": \"{\\\"condition\\\":{\\\"type\\\":\\\"CITY\\\",\\\"operator\\\":\\\"EQUAL\\\",\\\"city\\\":\\\"New York\\\"}}\"\n}"},"description":"You can update condition of specific scenario"},"response":[{"name":"Update Condition Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/scenario\/:scenario","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/scenario\/:scenario","variable":[{"id":"shortlink","key":"shortlink","value":"14","description":"Shortlink Id."},{"id":"scenario","key":"scenario","value":"4","description":"Scenario which will be updated."}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"condition\": \"{\\\"condition\\\":{\\\"type\\\":\\\"CITY\\\",\\\"operator\\\":\\\"EQUAL\\\",\\\"city\\\":\\\"New York\\\"}}\"\n}"},"description":"You can update condition of specific scenario"},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"type\": \"scenario\",\n        \"condition\": {\n            \"id\": 42,\n            \"type\": \"city\",\n            \"city\": \"Krakow\",\n            \"operator\": \"EQUAL\"\n        },\n        \"fulfilled\": {\n            \"id\": 6643,\n            \"uri\": \"https:\\\/\\\/krakow.pl\",\n            \"type\": \"destination\"\n        },\n        \"unfulfilled\": {\n            \"id\": 2,\n            \"type\": \"scenario\",\n            \"condition\": {\n                \"id\": 43,\n                \"type\": \"city\",\n                \"city\": \"Warszawa\",\n                \"operator\": \"EQUAL\"\n            },\n            \"fulfilled\": {\n                \"id\": 6644,\n                \"uri\": \"https:\\\/\\\/warszawa.pl\",\n                \"type\": \"destination\"\n            },\n            \"unfulfilled\": {\n                \"id\": 1,\n                \"type\": \"destination_group\",\n                \"uris\": [\n                    {\n                        \"id\": 6645,\n                        \"uri\": \"http:\\\/\\\/chicago1.com\",\n                        \"type\": \"destination\"\n                    },\n                    {\n                        \"id\": 6646,\n                        \"uri\": \"http:\\\/\\\/chicago2.com\",\n                        \"type\": \"destination\"\n                    }\n                ]\n            },\n            \"shortlink\": {\n                \"id\": 6588,\n                \"shortlink\": \"dev.linkto.us\\\/H0sXKZ\",\n                \"alias\": \"H0sXKZ\",\n                \"default_destination_url\": \"http:\\\/\\\/taternictwo.pl\",\n                \"domain\": \"linkto.us\",\n                \"subdomain\": \"dev\",\n                \"external_id\": null,\n                \"external_metadata\": null,\n                \"og_tags\": [],\n                \"pixel_tracks\": [],\n                \"scripts\": [],\n                \"signals\": [],\n                \"interstitials\": [],\n                \"destinations\": [\n                    {\n                        \"id\": 6642,\n                        \"uri\": \"http:\\\/\\\/taternictwo.pl\",\n                        \"is_default\": 1,\n                        \"conditions\": []\n                    },\n                    {\n                        \"id\": 6643,\n                        \"uri\": \"https:\\\/\\\/krakow.pl\",\n                        \"is_default\": 0,\n                        \"conditions\": []\n                    },\n                    {\n                        \"id\": 6644,\n                        \"uri\": \"https:\\\/\\\/warszawa.pl\",\n                        \"is_default\": 0,\n                        \"conditions\": []\n                    },\n                    {\n                        \"id\": 6645,\n                        \"uri\": \"http:\\\/\\\/chicago1.com\",\n                        \"is_default\": 0,\n                        \"conditions\": []\n                    },\n                    {\n                        \"id\": 6646,\n                        \"uri\": \"http:\\\/\\\/chicago2.com\",\n                        \"is_default\": 0,\n                        \"conditions\": []\n                    }\n                ],\n                \"portal_shares\": [],\n                \"shares\": []\n            }\n        },\n        \"shortlink\": {\n            \"id\": 6588,\n            \"shortlink\": \"dev.linkto.us\\\/H0sXKZ\",\n            \"alias\": \"H0sXKZ\",\n            \"default_destination_url\": \"http:\\\/\\\/taternictwo.pl\",\n            \"domain\": \"linkto.us\",\n            \"subdomain\": \"dev\",\n            \"external_id\": null,\n            \"external_metadata\": null,\n            \"og_tags\": [],\n            \"pixel_tracks\": [],\n            \"scripts\": [],\n            \"signals\": [],\n            \"interstitials\": [],\n            \"destinations\": [\n                {\n                    \"id\": 6642,\n                    \"uri\": \"http:\\\/\\\/taternictwo.pl\",\n                    \"is_default\": 1,\n                    \"conditions\": []\n                },\n                {\n                    \"id\": 6643,\n                    \"uri\": \"https:\\\/\\\/krakow.pl\",\n                    \"is_default\": 0,\n                    \"conditions\": []\n                },\n                {\n                    \"id\": 6644,\n                    \"uri\": \"https:\\\/\\\/warszawa.pl\",\n                    \"is_default\": 0,\n                    \"conditions\": []\n                },\n                {\n                    \"id\": 6645,\n                    \"uri\": \"http:\\\/\\\/chicago1.com\",\n                    \"is_default\": 0,\n                    \"conditions\": []\n                },\n                {\n                    \"id\": 6646,\n                    \"uri\": \"http:\\\/\\\/chicago2.com\",\n                    \"is_default\": 0,\n                    \"conditions\": []\n                }\n            ],\n            \"portal_shares\": [],\n            \"shares\": []\n        }\n    }\n}"}]},{"name":"Delete shortlink","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink","variable":[{"id":"shortlink","key":"shortlink","value":"10","description":"Shortlink Id."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can delete existing shortlink. This action can not be undone!\nShortlink statistics will not be accessible from API."},"response":[]},{"name":"Remove scenario","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/scenario\/:scenario","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/scenario\/:scenario","variable":[{"id":"shortlink","key":"shortlink","value":"repellat","description":""},{"id":"scenario","key":"scenario","value":"corporis","description":""}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Endpoint for removing scenario with conditions and destinations"},"response":[]},{"name":"Get single shortlink","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/:shortlink","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/:shortlink","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Existing Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Returns single shortlinks assigned to application with all conditions."},"response":[{"name":"Get single shortlink Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/:shortlink","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/:shortlink","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Existing Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Returns single shortlinks assigned to application with all conditions."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 24338,\n        \"shortlink\": \"cassin.willms.com\\\/nihil\",\n        \"alias\": \"nihil\",\n        \"default_destination_url\": \"\",\n        \"domain\": \"willms.com\",\n        \"subdomain\": \"cassin\",\n        \"external_id\": \"39c4870f-3d9c-3534-8c7b-425101b70dea\",\n        \"external_metadata\": null,\n        \"og_tags\": [],\n        \"pixel_tracks\": [],\n        \"scripts\": [],\n        \"signals\": [],\n        \"interstitials\": [],\n        \"destinations\": [],\n        \"portal_shares\": [],\n        \"shares\": []\n    }\n}"}]},{"name":"Create shortlink","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"frm449dw21\",\n    \"default_destination_uri\": \"https:\\\/\\\/www.winlocalnow.com\",\n    \"subdomain_id\": 1,\n    \"domain\": \"yourdomian.com\",\n    \"hide_nav_bar\": \"true\",\n    \"subdomain\": \"links\",\n    \"external_id\": \"111\",\n    \"external_metadata\": {\n        \"systemId\": \"Qh7f43hXfufLWdsaPQsab43u\",\n        \"timestamp\": 1607186812\n    },\n    \"og_tags\": [\n        {\n            \"property\": \"og:title\",\n            \"content\": \"My title seen on Facebook\"\n        },\n        {\n            \"property\": \"og:title\",\n            \"content\": \"My title seen on Facebook\"\n        }\n    ],\n    \"pixel_tracks\": [\n        {\n            \"action\": \"voluptas\",\n            \"attributes\": [\n                {\n                    \"key\": \"aut\",\n                    \"value\": {}\n                },\n                [\n                    [],\n                    []\n                ]\n            ]\n        },\n        {\n            \"action\": \"voluptas\"\n        }\n    ],\n    \"linkedin_pixels\": \"est\",\n    \"scripts\": [\n        {\n            \"script\": \"occaecati\",\n            \"noscript\": \"magnam\"\n        },\n        {\n            \"script\": \"occaecati\",\n            \"noscript\": \"magnam\"\n        }\n    ],\n    \"interstitials\": [\n        {\n            \"type\": \"IFRAME\",\n            \"url\": \"http:\\\/\\\/www.kuphal.com\\\/ea-totam-eos-eum-consequatur-veniam\",\n            \"html\": {},\n            \"title\": {},\n            \"body\": {},\n            \"is_default\": \"1\",\n            \"conditions\": [\n                {\n                    \"type\": \"REGION\"\n                }\n            ]\n        }\n    ],\n    \"destinations\": [\n        {\n            \"uri\": \"repudiandae\",\n            \"conditions\": [\n                \"nam\",\n                [\n                    [],\n                    []\n                ]\n            ],\n            \"is_default\": false\n        },\n        {\n            \"uri\": \"repudiandae\",\n            \"conditions\": [\n                \"nam\"\n            ],\n            \"is_default\": false\n        }\n    ],\n    \"signals\": [\n        {\n            \"method\": \"GET\",\n            \"events\": [\n                \"shortlink.entered\",\n                \"shortlink.entered\"\n            ],\n            \"conditions\": [\n                {\n                    \"type\": \"CONTINENT\"\n                }\n            ],\n            \"is_default\": \"true\"\n        }\n    ],\n    \"heads\": [\n        {\n            \"head\": \"vero\"\n        },\n        {\n            \"head\": \"vero\"\n        }\n    ]\n}"},"description":"Comfortable endpoint to create shortlink with with all its components like Interstitials, OgTag, etc..\n<aside class=\"notice\">Validations for conditions are not described here, because they are dynamically created\nbased on destination type.<\/aside>"},"response":[{"name":"Create shortlink Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"frm449dw21\",\n    \"default_destination_uri\": \"https:\\\/\\\/www.winlocalnow.com\",\n    \"subdomain_id\": 1,\n    \"domain\": \"yourdomian.com\",\n    \"hide_nav_bar\": \"true\",\n    \"subdomain\": \"links\",\n    \"external_id\": \"111\",\n    \"external_metadata\": {\n        \"systemId\": \"Qh7f43hXfufLWdsaPQsab43u\",\n        \"timestamp\": 1607186812\n    },\n    \"og_tags\": [\n        {\n            \"property\": \"og:title\",\n            \"content\": \"My title seen on Facebook\"\n        },\n        {\n            \"property\": \"og:title\",\n            \"content\": \"My title seen on Facebook\"\n        }\n    ],\n    \"pixel_tracks\": [\n        {\n            \"action\": \"voluptas\",\n            \"attributes\": [\n                {\n                    \"key\": \"aut\",\n                    \"value\": {}\n                },\n                [\n                    [],\n                    []\n                ]\n            ]\n        },\n        {\n            \"action\": \"voluptas\"\n        }\n    ],\n    \"linkedin_pixels\": \"est\",\n    \"scripts\": [\n        {\n            \"script\": \"occaecati\",\n            \"noscript\": \"magnam\"\n        },\n        {\n            \"script\": \"occaecati\",\n            \"noscript\": \"magnam\"\n        }\n    ],\n    \"interstitials\": [\n        {\n            \"type\": \"IFRAME\",\n            \"url\": \"http:\\\/\\\/www.kuphal.com\\\/ea-totam-eos-eum-consequatur-veniam\",\n            \"html\": {},\n            \"title\": {},\n            \"body\": {},\n            \"is_default\": \"1\",\n            \"conditions\": [\n                {\n                    \"type\": \"REGION\"\n                }\n            ]\n        }\n    ],\n    \"destinations\": [\n        {\n            \"uri\": \"repudiandae\",\n            \"conditions\": [\n                \"nam\",\n                [\n                    [],\n                    []\n                ]\n            ],\n            \"is_default\": false\n        },\n        {\n            \"uri\": \"repudiandae\",\n            \"conditions\": [\n                \"nam\"\n            ],\n            \"is_default\": false\n        }\n    ],\n    \"signals\": [\n        {\n            \"method\": \"GET\",\n            \"events\": [\n                \"shortlink.entered\",\n                \"shortlink.entered\"\n            ],\n            \"conditions\": [\n                {\n                    \"type\": \"CONTINENT\"\n                }\n            ],\n            \"is_default\": \"true\"\n        }\n    ],\n    \"heads\": [\n        {\n            \"head\": \"vero\"\n        },\n        {\n            \"head\": \"vero\"\n        }\n    ]\n}"},"description":"Comfortable endpoint to create shortlink with with all its components like Interstitials, OgTag, etc..\n<aside class=\"notice\">Validations for conditions are not described here, because they are dynamically created\nbased on destination type.<\/aside>"},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 24340,\n        \"shortlink\": \"crist.biz\\\/inventore\",\n        \"alias\": \"inventore\",\n        \"default_destination_url\": \"\",\n        \"domain\": \"crist.biz\",\n        \"subdomain\": null,\n        \"external_id\": \"2c0c7567-f5cd-31f6-8d1b-016f657b0bca\",\n        \"external_metadata\": null,\n        \"og_tags\": [],\n        \"pixel_tracks\": [],\n        \"scripts\": [],\n        \"signals\": [],\n        \"interstitials\": [],\n        \"destinations\": [],\n        \"portal_shares\": [],\n        \"shares\": []\n    }\n}"}]},{"name":"Check alias","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/check","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/check"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"test\",\n    \"domain\": \"linkto.us\",\n    \"domain_id\": 1,\n    \"subdomain_id\": 2,\n    \"subdomain\": \"consequuntur\"\n}"},"description":"You can check alias availability in scope of domain or subdomain.\nResponse with status code 200 means that alias is available.\nResponse with status code 422 means that alias has been already taken."},"response":[{"name":"Check alias Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/check","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/check"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"test\",\n    \"domain\": \"linkto.us\",\n    \"domain_id\": 1,\n    \"subdomain_id\": 2,\n    \"subdomain\": \"consequuntur\"\n}"},"description":"You can check alias availability in scope of domain or subdomain.\nResponse with status code 200 means that alias is available.\nResponse with status code 422 means that alias has been already taken."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"status\": \"available\",\n        \"shortlink\": \"www.linkto.us\\\/test\"\n    }\n}"},{"name":"Check alias Response #2","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/check","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/check"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"test\",\n    \"domain\": \"linkto.us\",\n    \"domain_id\": 1,\n    \"subdomain_id\": 2,\n    \"subdomain\": \"consequuntur\"\n}"},"description":"You can check alias availability in scope of domain or subdomain.\nResponse with status code 200 means that alias is available.\nResponse with status code 422 means that alias has been already taken."},"header":null,"cookie":[],"body":"{\n    \"message\": \"The given data was invalid.\",\n    \"errors\": {\n        \"alias\": [\n            \"Shortlink alias must be unique in scope of subdomain.\"\n        ]\n    }\n}"},{"name":"Check alias Response #3","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/check","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/check"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"test\",\n    \"domain\": \"linkto.us\",\n    \"domain_id\": 1,\n    \"subdomain_id\": 2,\n    \"subdomain\": \"consequuntur\"\n}"},"description":"You can check alias availability in scope of domain or subdomain.\nResponse with status code 200 means that alias is available.\nResponse with status code 422 means that alias has been already taken."},"header":null,"cookie":[],"body":"{\n    \"message\": \"This action is unauthorized.\"\n}"}]}]},{"name":"Signals","description":"","item":[{"name":"Get shortlink all signals.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/signals","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/signals","variable":[{"id":"shortlink","key":"shortlink","value":"11","description":"Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Get list of all signals for certain shortlink"},"response":[{"name":"Get shortlink all signals. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/signals","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/signals","variable":[{"id":"shortlink","key":"shortlink","value":"11","description":"Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Get list of all signals for certain shortlink"},"header":null,"cookie":[],"body":"{\n    \"data\": [\n        {\n            \"id\": 510,\n            \"method\": \"POST\",\n            \"events\": [\n                \"shortlink.entered\",\n                \"destination.redirected\"\n            ],\n            \"is_default\": true,\n            \"created_at\": \"2021-03-30T14:03:18.000000Z\",\n            \"conditions\": []\n        },\n        {\n            \"id\": 510,\n            \"method\": \"POST\",\n            \"events\": [\n                \"shortlink.entered\",\n                \"destination.redirected\"\n            ],\n            \"is_default\": true,\n            \"created_at\": \"2021-03-30T14:03:18.000000Z\",\n            \"conditions\": []\n        }\n    ]\n}"}]},{"name":"Create Signal for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/signals","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/signals","variable":[{"id":"shortlink","key":"shortlink","value":"9","description":"Id of shortlink. Created Signal will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"method\": \"EMAIL\",\n    \"events\": [\n        \"destination.redirected\",\n        \"condition.unfulfilled\"\n    ],\n    \"is_default\": false,\n    \"conditions\": [\n        {\n            \"type\": \"TEMPERATURE\",\n            \"operator\": \"IN RANGE\",\n            \"first_date\": \"recusandae\",\n            \"second_date\": \"ut\",\n            \"first_time\": \"nobis\",\n            \"second_time\": \"non\",\n            \"continent_code\": \"suscipit\",\n            \"continent\": \"qui\",\n            \"country_code\": \"vel\",\n            \"country\": \"facere\",\n            \"region_code\": \"ratione\",\n            \"region\": \"et\",\n            \"latitude\": \"neque\",\n            \"longitude\": \"alias\",\n            \"range\": 1,\n            \"temperature\": 14,\n            \"weather\": \"occaecati\"\n        },\n        {\n            \"type\": \"TEMPERATURE\",\n            \"operator\": \"IN RANGE\",\n            \"first_date\": \"recusandae\",\n            \"second_date\": \"ut\",\n            \"second_time\": \"non\",\n            \"continent_code\": \"suscipit\",\n            \"continent\": \"qui\",\n            \"country_code\": \"vel\",\n            \"region\": \"et\",\n            \"longitude\": \"alias\",\n            \"temperature\": 14,\n            \"weather\": \"occaecati\"\n        }\n    ]\n}"},"description":"You can create new Signal for existing shortlink."},"response":[{"name":"Create Signal for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/signals","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/signals","variable":[{"id":"shortlink","key":"shortlink","value":"9","description":"Id of shortlink. Created Signal will be assigned to this shortlink"}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"method\": \"EMAIL\",\n    \"events\": [\n        \"destination.redirected\",\n        \"condition.unfulfilled\"\n    ],\n    \"is_default\": false,\n    \"conditions\": [\n        {\n            \"type\": \"TEMPERATURE\",\n            \"operator\": \"IN RANGE\",\n            \"first_date\": \"recusandae\",\n            \"second_date\": \"ut\",\n            \"first_time\": \"nobis\",\n            \"second_time\": \"non\",\n            \"continent_code\": \"suscipit\",\n            \"continent\": \"qui\",\n            \"country_code\": \"vel\",\n            \"country\": \"facere\",\n            \"region_code\": \"ratione\",\n            \"region\": \"et\",\n            \"latitude\": \"neque\",\n            \"longitude\": \"alias\",\n            \"range\": 1,\n            \"temperature\": 14,\n            \"weather\": \"occaecati\"\n        },\n        {\n            \"type\": \"TEMPERATURE\",\n            \"operator\": \"IN RANGE\",\n            \"first_date\": \"recusandae\",\n            \"second_date\": \"ut\",\n            \"second_time\": \"non\",\n            \"continent_code\": \"suscipit\",\n            \"continent\": \"qui\",\n            \"country_code\": \"vel\",\n            \"region\": \"et\",\n            \"longitude\": \"alias\",\n            \"temperature\": 14,\n            \"weather\": \"occaecati\"\n        }\n    ]\n}"},"description":"You can create new Signal for existing shortlink."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 510,\n        \"method\": \"POST\",\n        \"events\": [\n            \"shortlink.entered\",\n            \"destination.redirected\"\n        ],\n        \"is_default\": true,\n        \"created_at\": \"2021-03-30T14:03:18.000000Z\",\n        \"conditions\": []\n    }\n}"}]},{"name":"Update Signal for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/signals\/:signal","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/signals\/:signal","variable":[{"id":"shortlink","key":"shortlink","value":"6","description":"Shortlink Id."},{"id":"signal","key":"signal","value":"8","description":"Signal which will be updated."}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"method\": \"POST\",\n    \"events\": [\n        \"condition.unfulfilled\",\n        \"condition.fulfilled\"\n    ]\n}"},"description":"You can update existing signal."},"response":[{"name":"Update Signal for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/signals\/:signal","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/signals\/:signal","variable":[{"id":"shortlink","key":"shortlink","value":"6","description":"Shortlink Id."},{"id":"signal","key":"signal","value":"8","description":"Signal which will be updated."}]},"method":"PUT","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"method\": \"POST\",\n    \"events\": [\n        \"condition.unfulfilled\",\n        \"condition.fulfilled\"\n    ]\n}"},"description":"You can update existing signal."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 510,\n        \"method\": \"POST\",\n        \"events\": [\n            \"shortlink.entered\",\n            \"destination.redirected\"\n        ],\n        \"is_default\": true,\n        \"created_at\": \"2021-03-30T14:03:18.000000Z\",\n        \"conditions\": []\n    }\n}"}]},{"name":"Delete Signal for shortlink.","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/signals\/:signal","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/signals\/:signal","variable":[{"id":"shortlink","key":"shortlink","value":"11","description":"Shortlink Id."},{"id":"signal","key":"signal","value":"6","description":"Signal Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can delete existing Signal. This action can not be undone!"},"response":[{"name":"Delete Signal for shortlink. Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/signals\/:signal","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/signals\/:signal","variable":[{"id":"shortlink","key":"shortlink","value":"11","description":"Shortlink Id."},{"id":"signal","key":"signal","value":"6","description":"Signal Id which will be deleted."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can delete existing Signal. This action can not be undone!"},"header":null,"cookie":[],"body":"null"}]}]},{"name":"Stats","description":"","item":[{"name":"Application statistics","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/app\/stats","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/app\/stats"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Show all available statistics for application."},"response":[{"name":"Application statistics Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/app\/stats","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/app\/stats"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Show all available statistics for application."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 79,\n        \"breakdown\": \"OVERALL\",\n        \"application\": \"Dooley, Lockman and Upton\",\n        \"stats\": {\n            \"base\": {\n                \"entries\": null\n            }\n        }\n    }\n}"}]},{"name":"Shortlink statistics","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/all-stats","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/all-stats","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Existing Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"breakdown\": \"OVERALL\",\n    \"startDate\": \"2024-05-20T15:24:58+0000\",\n    \"endDate\": \"2024-05-20T15:24:58+0000\"\n}"},"description":"Show all available statistics for shortlinks."},"response":[{"name":"Shortlink statistics Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/all-stats","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/all-stats","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Existing Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"breakdown\": \"OVERALL\",\n    \"startDate\": \"2024-05-20T15:24:58+0000\",\n    \"endDate\": \"2024-05-20T15:24:58+0000\"\n}"},"description":"Show all available statistics for shortlinks."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 24336,\n        \"breakdown\": \"OVERALL\",\n        \"shortlink\": \"dach.hansen.com\\\/commodi\",\n        \"stats\": {\n            \"base\": {\n                \"entries\": [],\n                \"destinations\": []\n            }\n        }\n    }\n}"}]},{"name":"Shortlink statistics","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/stats","query":[{"key":"with_shared_users","value":"","description":"You can show stats per shared user","disabled":true}],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/stats?with_shared_users=","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Existing Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"breakdown\": \"OVERALL\",\n    \"startDate\": \"2024-05-20T15:24:58+0000\",\n    \"endDate\": \"2024-05-20T15:24:58+0000\"\n}"},"description":"Show all available statistics for shortlink."},"response":[{"name":"Shortlink statistics Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/:shortlink\/stats","query":[{"key":"with_shared_users","value":"","description":"You can show stats per shared user","disabled":true}],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/:shortlink\/stats?with_shared_users=","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Existing Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"breakdown\": \"OVERALL\",\n    \"startDate\": \"2024-05-20T15:24:58+0000\",\n    \"endDate\": \"2024-05-20T15:24:58+0000\"\n}"},"description":"Show all available statistics for shortlink."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 24337,\n        \"breakdown\": \"OVERALL\",\n        \"shortlink\": \"dibbert.com\\\/reiciendis\",\n        \"stats\": {\n            \"base\": {\n                \"entries\": [],\n                \"destinations\": []\n            }\n        }\n    }\n}"}]},{"name":"Shortlink statistics","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/:shortlink\/stats","query":[{"key":"with_shared_users","value":"1","description":"You can show stats per shared user","disabled":false}],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/:shortlink\/stats?with_shared_users=1","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Existing Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"breakdown\": \"HOURLY\",\n    \"startDate\": \"2024-05-20T15:24:59+0000\",\n    \"endDate\": \"2024-05-20T15:24:59+0000\"\n}"},"description":"Show all available statistics for shortlink."},"response":[{"name":"Shortlink statistics Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/:shortlink\/stats","query":[{"key":"with_shared_users","value":"1","description":"You can show stats per shared user","disabled":false}],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/:shortlink\/stats?with_shared_users=1","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Existing Shortlink Id."}]},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"breakdown\": \"HOURLY\",\n    \"startDate\": \"2024-05-20T15:24:59+0000\",\n    \"endDate\": \"2024-05-20T15:24:59+0000\"\n}"},"description":"Show all available statistics for shortlink."},"header":null,"cookie":[],"body":"{\n    \"data\": {\n        \"id\": 24339,\n        \"breakdown\": \"OVERALL\",\n        \"shortlink\": \"stamm.com\\\/qui\",\n        \"stats\": {\n            \"base\": {\n                \"entries\": [],\n                \"destinations\": []\n            }\n        }\n    }\n}"}]}]},{"name":"Winlocal","description":"","item":[{"name":"Get all shortlinks","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/stats\/list","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/stats\/list"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"start_date\": \"2024-05-20T15:24:58+0000\",\n    \"end_date\": \"2024-05-20T15:24:58+0000\"\n}"},"description":"Each field is available as a filter."},"response":[{"name":"Get all shortlinks Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"api\/shortlinks\/stats\/list","query":[],"raw":"http:\/\/{{baseUrl}}\/api\/shortlinks\/stats\/list"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"start_date\": \"2024-05-20T15:24:58+0000\",\n    \"end_date\": \"2024-05-20T15:24:58+0000\"\n}"},"description":"Each field is available as a filter."},"header":null,"cookie":[],"body":"{\n    \"message\": \"Unauthenticated.\"\n}"}]},{"name":"Get all shortlinks","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"start_date\": \"2024-05-20T15:24:58+0000\",\n    \"end_date\": \"2024-05-20T15:24:58+0000\"\n}"},"description":"Each field is available as a filter."},"response":[{"name":"Get all shortlinks Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"start_date\": \"2024-05-20T15:24:58+0000\",\n    \"end_date\": \"2024-05-20T15:24:58+0000\"\n}"},"description":"Each field is available as a filter."},"header":null,"cookie":[],"body":"{\n    \"message\": \"Unauthenticated.\"\n}"}]},{"name":"Top Sources","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/workspace\/top-sources","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/workspace\/top-sources"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"startDate\": \"2024-05-20T15:24:59+0000\",\n    \"endDate\": \"2024-05-20T15:24:59+0000\",\n    \"scope\": \"workspace\",\n    \"workspace_id\": {},\n    \"workspaces\": [\n        \"occaecati\"\n    ]\n}"},"description":""},"response":[{"name":"Top Sources Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/workspace\/top-sources","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/workspace\/top-sources"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"startDate\": \"2024-05-20T15:24:59+0000\",\n    \"endDate\": \"2024-05-20T15:24:59+0000\",\n    \"scope\": \"workspace\",\n    \"workspace_id\": {},\n    \"workspaces\": [\n        \"occaecati\"\n    ]\n}"},"description":""},"header":null,"cookie":[],"body":"{\n    \"message\": \"Unauthenticated.\"\n}"}]},{"name":"Top links","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/workspace\/top-links","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/workspace\/top-links"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"startDate\": \"2024-05-20T15:24:59+0000\",\n    \"endDate\": \"2024-05-20T15:24:59+0000\",\n    \"scope\": \"workspace\",\n    \"workspace_id\": {},\n    \"workspaces\": [\n        \"occaecati\"\n    ]\n}"},"description":""},"response":[{"name":"Top links Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/workspace\/top-links","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/workspace\/top-links"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"startDate\": \"2024-05-20T15:24:59+0000\",\n    \"endDate\": \"2024-05-20T15:24:59+0000\",\n    \"scope\": \"workspace\",\n    \"workspace_id\": {},\n    \"workspaces\": [\n        \"occaecati\"\n    ]\n}"},"description":""},"header":null,"cookie":[],"body":"{\n    \"message\": \"Unauthenticated.\"\n}"}]},{"name":"Top People","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/workspace\/top-people","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/workspace\/top-people"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"startDate\": \"2024-05-20T15:24:59+0000\",\n    \"endDate\": \"2024-05-20T15:24:59+0000\",\n    \"scope\": \"workspace\",\n    \"workspace_id\": {},\n    \"workspaces\": [\n        \"dolorum\"\n    ]\n}"},"description":"Endpoint supports M2M authentication."},"response":[{"name":"Top People Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/workspace\/top-people","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/workspace\/top-people"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"startDate\": \"2024-05-20T15:24:59+0000\",\n    \"endDate\": \"2024-05-20T15:24:59+0000\",\n    \"scope\": \"workspace\",\n    \"workspace_id\": {},\n    \"workspaces\": [\n        \"dolorum\"\n    ]\n}"},"description":"Endpoint supports M2M authentication."},"header":null,"cookie":[],"body":"{\n    \"message\": \"Unauthenticated.\"\n}"}]},{"name":"Top Stats","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/workspace\/top-stats","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/workspace\/top-stats"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"startDate\": \"2024-05-20T15:24:59+0000\",\n    \"endDate\": \"2024-05-20T15:24:59+0000\",\n    \"scope\": \"workspace\"\n}"},"description":""},"response":[{"name":"Top Stats Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/workspace\/top-stats","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/workspace\/top-stats"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"startDate\": \"2024-05-20T15:24:59+0000\",\n    \"endDate\": \"2024-05-20T15:24:59+0000\",\n    \"scope\": \"workspace\"\n}"},"description":""},"header":null,"cookie":[],"body":"{\n    \"message\": \"Unauthenticated.\"\n}"}]},{"name":"Graph data","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/workspace\/graph","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/workspace\/graph"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"startDate\": \"2024-05-20T15:24:59+0000\",\n    \"endDate\": \"2024-05-20T15:24:59+0000\",\n    \"scope\": \"workspace\"\n}"},"description":""},"response":[{"name":"Graph data Response #1","originalRequest":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/workspace\/graph","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/workspace\/graph"},"method":"GET","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"startDate\": \"2024-05-20T15:24:59+0000\",\n    \"endDate\": \"2024-05-20T15:24:59+0000\",\n    \"scope\": \"workspace\"\n}"},"description":""},"header":null,"cookie":[],"body":"{\n    \"message\": \"Unauthenticated.\"\n}"}]},{"name":"wl\/shortlinks\/upsert","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/upsert","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/upsert"},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"alias\": \"voluptates\",\n    \"default_destination_url\": \"provident\",\n    \"shortlink_id\": {},\n    \"message\": \"rerum\"\n}"},"description":""},"response":[]},{"name":"wl\/shortlinks\/{shortlink}\/ogtags\/sync","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/:shortlink\/ogtags\/sync","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/:shortlink\/ogtags\/sync","variable":[{"id":"shortlink","key":"shortlink","value":"omnis","description":""}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":""},"response":[]},{"name":"Share shortlink","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/:shortlink\/share","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/:shortlink\/share","variable":[{"id":"shortlink","key":"shortlink","value":"1","description":"Existing Shortlink Id."}]},"method":"POST","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"users\": \"aspernatur\",\n    \"all\": \"et\",\n    \"sync\": false\n}"},"description":"Share shortlink for another users."},"response":[]},{"name":"Delete many shortlinks","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/delete","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/delete","variable":[{"id":"array","key":"array","value":"dolor","description":""}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [\n        31999.35,\n        43328\n    ]\n}"},"description":"You can delete many existing shortlink. This action can not be undone!\nShortlink statistics will not be accessible from API."},"response":[]},{"name":"Stop sharing shortlink","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/:shortlink\/share","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/:shortlink\/share","variable":[{"id":"shortlink","key":"shortlink","value":"quo","description":""}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"Removes all shared users."},"response":[]},{"name":"Delete shortlink","request":{"url":{"protocol":"http","host":"{{baseUrl}}","path":"wl\/shortlinks\/:shortlink","query":[],"raw":"http:\/\/{{baseUrl}}\/wl\/shortlinks\/:shortlink","variable":[{"id":"shortlink","key":"shortlink","value":"9","description":"Shortlink Id."}]},"method":"DELETE","header":[{"key":"Content-Type","value":"application\/json"},{"key":"Accept","value":"application\/json"}],"body":null,"description":"You can delete existing shortlink. This action can not be undone!\nShortlink statistics will not be accessible from API."},"response":[]}]}],"auth":{"type":"bearer"}}