{ "opencollection": "1.0.0", "info": { "name": "Clinic Agenda Agendamento Conta API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Conta", "type": "folder" }, "items": [ { "info": { "name": "Criar conta Clinic Connect", "type": "http" }, "http": { "method": "POST", "url": "https://api.globalhealth.mv/available-appointments/api/v1/subscriptions", "body": { "type": "json", "data": "{}" } }, "docs": "Endpoint responsável pela criação de contas no Clinic Connect, permitindo o registro de novas integrações com o sistema Clinic." } ] } ], "bundled": true }