{ "opencollection": "1.0.0", "info": { "name": "HEVN 2FA Merchant API", "version": "0.1.2" }, "items": [ { "info": { "name": "Merchant", "type": "folder" }, "items": [ { "info": { "name": "List Products", "type": "http" }, "http": { "method": "GET", "url": "https://api.hevn.finance/api/v1/merchant/products", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "active_only", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Products" }, { "info": { "name": "Create Product", "type": "http" }, "http": { "method": "POST", "url": "https://api.hevn.finance/api/v1/merchant/products", "headers": [ { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Product" }, { "info": { "name": "Get Product", "type": "http" }, "http": { "method": "GET", "url": "https://api.hevn.finance/api/v1/merchant/products/:product_id", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "product_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Product" }, { "info": { "name": "Update Product", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.hevn.finance/api/v1/merchant/products/:product_id", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "product_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Product" }, { "info": { "name": "Deactivate Product", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.hevn.finance/api/v1/merchant/products/:product_id", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "product_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deactivate Product" }, { "info": { "name": "List Product Payments", "type": "http" }, "http": { "method": "GET", "url": "https://api.hevn.finance/api/v1/merchant/products/:product_id/payments", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "product_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Product Payments" }, { "info": { "name": "List Products Package Alias", "type": "http" }, "http": { "method": "GET", "url": "https://api.hevn.finance/api/v1/transactions/merchant/products", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "active_only", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Products Package Alias" }, { "info": { "name": "Create Product Package Alias", "type": "http" }, "http": { "method": "POST", "url": "https://api.hevn.finance/api/v1/transactions/merchant/products", "headers": [ { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Product Package Alias" }, { "info": { "name": "Get Product Package Alias", "type": "http" }, "http": { "method": "GET", "url": "https://api.hevn.finance/api/v1/transactions/merchant/products/:product_id", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "product_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Product Package Alias" }, { "info": { "name": "Update Product Package Alias", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.hevn.finance/api/v1/transactions/merchant/products/:product_id", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "product_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Product Package Alias" }, { "info": { "name": "Deactivate Product Package Alias", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.hevn.finance/api/v1/transactions/merchant/products/:product_id", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "product_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deactivate Product Package Alias" }, { "info": { "name": "List Product Payments Package Alias", "type": "http" }, "http": { "method": "GET", "url": "https://api.hevn.finance/api/v1/transactions/merchant/products/:product_id/payments", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "product_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Product Payments Package Alias" } ] } ], "bundled": true }