{"info":{"_postman_id":"eb4cebdd-abbf-47c2-b30b-5aa295fb95ac","name":"Dashy Backup Server","description":"This is the API docs for communicating with [Dashy App](https://github.com/Lissy93/dashy)'s Cloud Backup & Restore Server.","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Get Config","id":"02d9970c-1ee6-436e-b70a-561b4b102a13","request":{"method":"GET","header":[],"url":{"raw":"dashy-sync-service.as93.net?backupId=BfXd-nMed-ieuS-Mi6X&subHash=3608bca1e44ea6","host":["dashy-sync-service","as93","net"],"query":[{"key":"backupId","value":"BfXd-nMed-ieuS-Mi6X"},{"key":"subHash","value":"3608bca1e44ea6"}]},"description":"Returns the users (encrypted) configuration, for a given backup ID, and the latter part of the SHA256 hash of their passphrase."},"response":[]},{"name":"Save New Config","id":"f8148e2f-a20b-48de-b928-fe153aedd781","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userData\": \"xxxxxxxx\",\r\n    \"subHash\": \"420abc69e45ea6\"\r\n}","options":{"raw":{"language":"json"}}},"url":"dashy-sync-service.as93.net"},"response":[]},{"name":"Update Config","id":"c3c4082e-7037-4bf9-a6f9-32b5fe8cfc9e","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"backupId\": \"BeuT-eeYf-Ynin-fduT\",\r\n    \"userData\": \"xxxxxxxx\",\r\n    \"subHash\": \"420abc69e45ea6\"\r\n}","options":{"raw":{"language":"json"}}},"url":"dashy-sync-service.as93.net"},"response":[]},{"name":"Delete Config","id":"2508878d-c57c-4c35-bb33-29968215db5c","request":{"method":"DELETE","header":[],"url":{"raw":"dashy-sync-service.as93.net?backupId=xxxx-xxxx-xxxx-xxxx&subHash=420abc69e45ea6","host":["dashy-sync-service","as93","net"],"query":[{"key":"backupId","value":"xxxx-xxxx-xxxx-xxxx"},{"key":"subHash","value":"420abc69e45ea6"}]}},"response":[]}]}