{ "opencollection": "1.0.0", "info": { "name": "Triton One Customers Accounts API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://customers.triton.one/api/v1/accounts", "params": [ { "name": "name", "value": "", "type": "query", "description": "Filter by account name." }, { "name": "per", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "List customer accounts visible to the authenticated token." }, { "info": { "name": "Get Account", "type": "http" }, "http": { "method": "GET", "url": "https://customers.triton.one/api/v1/accounts/:accountUuid", "params": [ { "name": "accountUuid", "value": "", "type": "path" } ] }, "docs": "Retrieve a single account by UUID, including subscriptions and deactivation reasons." }, { "info": { "name": "Update Account", "type": "http" }, "http": { "method": "PUT", "url": "https://customers.triton.one/api/v1/accounts/:accountUuid", "params": [ { "name": "accountUuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update billing and contact details for an account." } ] } ], "bundled": true }