{ "opencollection": "1.0.0", "info": { "name": "Availity Claim Attachments Auth Attachments API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.availity.com/availity/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Auth Attachments", "type": "folder" }, "items": [ { "info": { "name": "Availity Submit Authorization with Attachment", "type": "http" }, "http": { "method": "POST", "url": "https://api.availity.com/value-adds/v2/attachments", "body": { "type": "json", "data": "{}" } }, "docs": "Submit an authorization request with supporting document attachments." }, { "info": { "name": "Availity Get Attachment Processing Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.availity.com/value-adds/v2/attachments/:id", "params": [ { "name": "id", "value": "500123", "type": "path", "description": "Attachment job ID" } ] }, "docs": "Retrieve the processing status of a submitted authorization attachment." } ] } ], "bundled": true }