{ "opencollection": "1.0.0", "info": { "name": "SheevaConnect Authentication Feedback API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Feedback", "type": "folder" }, "items": [ { "info": { "name": "Get Cancellation Reasons", "type": "http" }, "http": { "method": "GET", "url": "https://us-apis.sheeva.ai/v2/partner-apis/feedback/reasons", "headers": [ { "name": "x-sheeva-program-code", "value": "" } ] }, "docs": "This request allows registering an HTTP POST status webhook with SeevaConnect.\nIf successful, returns: HTTP 201 CREATED.\nExamples below demonstrate the json body Sheeva will call your registered webhook endpoint with:\n\nService Alert Example\nStatus Callback Example\n\n" }, { "info": { "name": "Submit Feedback", "type": "http" }, "http": { "method": "POST", "url": "https://us-apis.sheeva.ai/v2/partner-apis/feedback", "headers": [ { "name": "x-sheeva-program-code", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Submit Feedback" }, { "info": { "name": "Get Feedback", "type": "http" }, "http": { "method": "GET", "url": "https://us-apis.sheeva.ai/v2/partner-apis/feedback/", "headers": [ { "name": "x-sheeva-program-code", "value": "" } ] }, "docs": "Get Feedback" } ] } ], "bundled": true }