{ "opencollection": "1.0.0", "info": { "name": "Silna Public OldV1PriorAuthorizationResource V1PriorAuthorizationResource API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "V1PriorAuthorizationResource", "type": "folder" }, "items": [ { "info": { "name": "Get Prior Authorization", "type": "http" }, "http": { "method": "GET", "url": "https://app.silnahealth.com/api/public/v1/prior-authorizations/:prior_authorization_id", "params": [ { "name": "prior_authorization_id", "value": "", "type": "path" }, { "name": "with_requirements", "value": "", "type": "query" } ] }, "docs": "Get Prior Authorization" }, { "info": { "name": "Update Prior Authorization", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.silnahealth.com/api/public/v1/prior-authorizations/:prior_authorization_id", "params": [ { "name": "prior_authorization_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Prior Authorization" }, { "info": { "name": "Abort Prior Authorization", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.silnahealth.com/api/public/v1/prior-authorizations/:prior_authorization_id", "params": [ { "name": "prior_authorization_id", "value": "", "type": "path" } ] }, "docs": "Abort Prior Authorization" }, { "info": { "name": "Create Prior Authorization", "type": "http" }, "http": { "method": "POST", "url": "https://app.silnahealth.com/api/public/v1/prior-authorizations/", "headers": [ { "name": "idempotency-key", "value": "550e8400-e29b-41d4-a716-446655440000" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Prior Authorization" } ] } ], "bundled": true }