{ "opencollection": "1.0.0", "info": { "name": "Acuant ACAS (Cloud Service) Authentication Metadata API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "List supported document types", "type": "http" }, "http": { "method": "GET", "url": "https://us.acas.acuant.net/DocumentTypes" }, "docs": "Returns the list of over 3,400 supported global document types." }, { "info": { "name": "List available subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://us.acas.acuant.net/Subscriptions" }, "docs": "Returns available subscriptions for the authenticated account." }, { "info": { "name": "Get transaction log", "type": "http" }, "http": { "method": "GET", "url": "https://us.acas.acuant.net/DocumentLog" }, "docs": "Returns transaction log entries for document processing sessions." } ] } ], "bundled": true }