{ "opencollection": "1.0.0", "info": { "name": "JustiFi API Documentation Ach Return Fees Document API" }, "items": [ { "info": { "name": "Document", "type": "folder" }, "items": [ { "info": { "name": "List Documents", "type": "http" }, "http": { "method": "GET", "url": "https://api.justifi.ai/v1/entities/document", "headers": [ { "name": "Authorization", "value": "Bearer {access_token}" } ] }, "docs": "List the documents you have uploaded. This endpoint supports [pagination](https://docs.justifi.tech/api-spec#section/Pagination)." }, { "info": { "name": "Create a Document", "type": "http" }, "http": { "method": "POST", "url": "https://api.justifi.ai/v1/entities/document", "headers": [ { "name": "Authorization", "value": "Bearer {access_token}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a reference to a document, and receive a presigned URL for uploading the document\n" }, { "info": { "name": "Get a Document", "type": "http" }, "http": { "method": "GET", "url": "https://api.justifi.ai/v1/entities/document/:id", "headers": [ { "name": "Authorization", "value": "Bearer {access_token}" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get details about a document, and a presigned download URL" } ] } ], "bundled": true }