{ "opencollection": "1.0.0", "info": { "name": "Clinic Agenda Agendamento Notification API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Notification", "type": "folder" }, "items": [ { "info": { "name": "Envia uma notificação push", "type": "http" }, "http": { "method": "POST", "url": "https://api.globalhealth.mv/available-appointments/api/notification/push", "body": { "type": "json", "data": "{}" } }, "docs": "Endpoint responsável por enviar notificação push com mensagem, título e destinatário (e-mail)." }, { "info": { "name": "Envia uma notificação email", "type": "http" }, "http": { "method": "POST", "url": "https://api.globalhealth.mv/available-appointments/api/notification/email/send", "body": { "type": "json", "data": "{}" } }, "docs": "Endpoint responsável por enviar notificação por email." } ] } ], "bundled": true }