{ "opencollection": "1.0.0", "info": { "name": "Aiven API Documentation Account Billing API", "version": "v1" }, "items": [ { "info": { "name": "Billing", "type": "folder" }, "items": [ { "info": { "name": "Download PDF Credit Memo", "type": "http" }, "http": { "method": "GET", "url": "https://api.aiven.io/v1/credit-memos/:credit_memo_id/:download_cookie", "params": [ { "name": "credit_memo_id", "value": "", "type": "path", "description": "Credit Memo ID" }, { "name": "download_cookie", "value": "", "type": "path", "description": "Authentication cookie for file download" } ] }, "docs": "
This endpoint may be changed or removed at any time. Don't use it in production environments.
" }, { "info": { "name": "Get a single invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.aiven.io/v1/invoices/:invoice_number", "params": [ { "name": "invoice_number", "value": "", "type": "path", "description": "Invoice number" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a single invoice" }, { "info": { "name": "List addresses of an organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.aiven.io/v1/organization/:organization_id/addresses", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List addresses of an organization" }, { "info": { "name": "Create new address for an organization", "type": "http" }, "http": { "method": "POST", "url": "https://api.aiven.io/v1/organization/:organization_id/addresses", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create new address for an organization" }, { "info": { "name": "Get organization address info", "type": "http" }, "http": { "method": "GET", "url": "https://api.aiven.io/v1/organization/:organization_id/address/:address_id", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" }, { "name": "address_id", "value": "", "type": "path", "description": "Address id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get organization address info" }, { "info": { "name": "Update an address of an organization", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.aiven.io/v1/organization/:organization_id/address/:address_id", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" }, { "name": "address_id", "value": "", "type": "path", "description": "Address id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an address of an organization" }, { "info": { "name": "Delete an address of an organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aiven.io/v1/organization/:organization_id/address/:address_id", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of an organization" }, { "name": "address_id", "value": "", "type": "path", "description": "Address id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an address of an organization" } ] } ], "bundled": true }