{ "opencollection": "1.0.0", "info": { "name": "API Reference agent-webhooks sub-accounts API", "version": "1.0.0" }, "items": [ { "info": { "name": "sub-accounts", "type": "folder" }, "items": [ { "info": { "name": "List Sub Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.agentphone.ai/v1/sub-accounts", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "List Sub Accounts" }, { "info": { "name": "Create Sub Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.agentphone.ai/v1/sub-accounts", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Sub Account" }, { "info": { "name": "Update Sub Account", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.agentphone.ai/v1/sub-accounts/:sub_account_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "sub_account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Sub Account" }, { "info": { "name": "Delete Sub Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.agentphone.ai/v1/sub-accounts/:sub_account_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "sub_account_id", "value": "", "type": "path" } ] }, "docs": "Delete Sub Account" } ] } ], "bundled": true }