{ "opencollection": "1.0.0", "info": { "name": "JustiFi API Documentation Ach Return Fees Address API" }, "items": [ { "info": { "name": "Address", "type": "folder" }, "items": [ { "info": { "name": "List Addresses", "type": "http" }, "http": { "method": "GET", "url": "https://api.justifi.ai/v1/entities/address", "headers": [ { "name": "Authorization", "value": "Bearer {access_token}" } ] }, "docs": "List addresses for your platform. This endpoint supports [pagination](https://docs.justifi.tech/api-spec#section/Pagination).\n" }, { "info": { "name": "Create an Address", "type": "http" }, "http": { "method": "POST", "url": "https://api.justifi.ai/v1/entities/address", "headers": [ { "name": "Authorization", "value": "Bearer {access_token}" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an Address\n" }, { "info": { "name": "Get an Address", "type": "http" }, "http": { "method": "GET", "url": "https://api.justifi.ai/v1/entities/address/:id", "headers": [ { "name": "Authorization", "value": "Bearer {access_token}" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get information about an Address" }, { "info": { "name": "Update an Address", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.justifi.ai/v1/entities/address/:id", "headers": [ { "name": "Authorization", "value": "Bearer {access_token}" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update information about an Address" } ] } ], "bundled": true }