{"info":{"_postman_id":"5f47bdb0-c42e-4f38-8b6d-cf6e72e327a6","name":"Addigy Documentation","description":"<html><head></head><body><p>Addigy <a href=\"https://support.addigy.com/hc/en-us/articles/16938210315411-API-Documentation-v2\">API v2</a> supersedes this version of the API. Whenever possible API v2 should be used.</p>\n<p>Not all capabilities in API v1 are available in API v2 but are being added on regular basis. API v1 will be deprecated when API v2 fully supports everything provided by and in use from API v1.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"6033495","collectionId":"5f47bdb0-c42e-4f38-8b6d-cf6e72e327a6","publishedId":"S17tPnJf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-03-26T19:28:29.000Z"},"item":[{"name":"Devices","item":[{"name":"Add Device to Policy","id":"c631bc01-0a3e-4a1a-8629-6bc913474dde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client-id","value":"{{client_id}}","type":"text"},{"key":"client-secret","value":"{{client_secret}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"policy_id","value":"{{policy_id}}","type":"text"},{"key":"agent_id","value":"{{agent_id}}","type":"text"}]},"url":"https://{{domain}}/api/policies/devices","description":"<p>Add device to a policy. If device already in a policy the policy will be overridden.</p>\n","urlObject":{"protocol":"https","path":["api","policies","devices"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c631bc01-0a3e-4a1a-8629-6bc913474dde"}],"id":"2b299f57-3417-41ea-a39f-aec93ea70258","_postman_id":"2b299f57-3417-41ea-a39f-aec93ea70258","description":""},{"name":"Public Software","item":[{"name":"Get Public Software","id":"b344ba72-efe2-4c1e-92e0-d810ebc0163a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{domain}}/api/catalog/public?client_id={{client_id}}&client_secret={{client_secret}}","description":"<p>Returns a list of all public software items.</p>\n","urlObject":{"protocol":"https","path":["api","catalog","public"],"host":["{{domain}}"],"query":[{"key":"client_id","value":"{{client_id}}"},{"key":"client_secret","value":"{{client_secret}}"}],"variable":[]}},"response":[],"_postman_id":"b344ba72-efe2-4c1e-92e0-d810ebc0163a"}],"id":"aa6bc3f3-908c-48fb-b0bf-168e162b3e60","description":"<p>Endpoints to interact with Addigy Public Software Items</p>\n","_postman_id":"aa6bc3f3-908c-48fb-b0bf-168e162b3e60"},{"name":"Custom Software","item":[{"name":"Get Specific Custom Software With All Versions","id":"6f480d46-1850-4647-95f0-d5cd818ee237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{domain}}/api/custom-software?client_id={{client_id}}&client_secret={{client_secret}}&identifier=Addigy - Brother Driver Software-270211cf-1b68-4323-8aa6-80376210776f","description":"<p>Get a specific custom software with all versions</p>\n","urlObject":{"protocol":"https","path":["api","custom-software"],"host":["{{domain}}"],"query":[{"key":"client_id","value":"{{client_id}}"},{"key":"client_secret","value":"{{client_secret}}"},{"key":"identifier","value":"Addigy - Brother Driver Software-270211cf-1b68-4323-8aa6-80376210776f"}],"variable":[]}},"response":[],"_postman_id":"6f480d46-1850-4647-95f0-d5cd818ee237"},{"name":"Get Specific Custom Software Versions","id":"5bde0a5b-ad98-4a9a-8479-d0bd85c04ba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{domain}}/api/custom-software?client_id={{client_id}}&client_secret={{client_secret}}&instructionid=008ef35f-dd6b-4b54-a52a-4061e305b866","description":"<p>Get a specific version of a custom software</p>\n","urlObject":{"protocol":"https","path":["api","custom-software"],"host":["{{domain}}"],"query":[{"key":"client_id","value":"{{client_id}}"},{"key":"client_secret","value":"{{client_secret}}"},{"key":"instructionid","value":"008ef35f-dd6b-4b54-a52a-4061e305b866"}],"variable":[]}},"response":[],"_postman_id":"5bde0a5b-ad98-4a9a-8479-d0bd85c04ba5"},{"name":"File-Upload URL Generator","id":"ee571531-d1ae-466a-8839-c156589eb951","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"client-id","value":"{{client_id}}","type":"text"},{"key":"client-secret","value":"{{client_secret}}","type":"text"}],"url":"https://file-manager-prod.addigy.com/api/upload/url","description":"<p>Generates a URL that is needed to upload the file and expires after a certain amount of time. NOTE: For this API endpoint the API tokens are sent through the headers.</p>\n","urlObject":{"protocol":"https","path":["api","upload","url"],"host":["file-manager-prod","addigy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee571531-d1ae-466a-8839-c156589eb951"},{"name":"Upload File","id":"292fba7a-c653-4da3-a46d-88efbf63d426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"client-id","value":"{{client_id}}","type":"text"},{"key":"client-secret","value":"{{client_secret}}","type":"text"},{"key":"Content-Type","value":"multipart/form-data","type":"text"}],"url":"https://file-manager-prod.addigy.com/_ah/upload/UPLOAD_URL","description":"<p>The request should be made to the URL returned from the GET request to <a href=\"https://file-manager-prod.addigy.com/api/upload/url\">https://file-manager-prod.addigy.com/api/upload/url</a>. Ex. curl -X POST  -H \"Content-Type: multipart/form-data\" -H \"client-id: 01234567\" -H \"client-secret: 01234567890\" -H 'content-type: multipart/form-data' -F file=@/Desktop/test.pkg</p>\n","urlObject":{"protocol":"https","path":["_ah","upload","UPLOAD_URL"],"host":["file-manager-prod","addigy","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"292fba7a-c653-4da3-a46d-88efbf63d426"}],"id":"dd79b2f0-d9b2-4b88-8214-8f5342da3ca6","description":"<p>View and Modify your organizations Custom Software</p>\n","_postman_id":"dd79b2f0-d9b2-4b88-8214-8f5342da3ca6"}],"event":[{"listen":"prerequest","script":{"id":"6e42e398-e1e1-433e-af12-18aa42752c8a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"08ad986c-7d08-41bd-a51c-0064704a5a85","type":"text/javascript","exec":[""]}}]}