{ "opencollection": "1.0.0", "info": { "name": "Clinic Agenda Agendamento Presigned API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Presigned", "type": "folder" }, "items": [ { "info": { "name": "Pré-assina URL", "type": "http" }, "http": { "method": "POST", "url": "https://api.globalhealth.mv/available-appointments/api/v1/authorizer/url/presigned", "body": { "type": "json", "data": "{}" } }, "docs": "Endpoint responsável por gerar uma url pré-assinada (com um token temporário) para acesso de algum documento." } ] } ], "bundled": true }