{ "opencollection": "1.0.0", "info": { "name": "Telnyx Access Tokens Whatsapp Business Accounts API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Whatsapp Business Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Whatsapp Business Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/v2/whatsapp/business_accounts", "params": [ { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[number], page[size]" } ] }, "docs": "List Whatsapp Business Accounts" }, { "info": { "name": "Get a single Whatsapp Business Account", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/v2/whatsapp/business_accounts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Whatsapp Business Account ID" } ] }, "docs": "Get a single Whatsapp Business Account" }, { "info": { "name": "Delete a Whatsapp Business Account", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telnyx.com/v2/v2/whatsapp/business_accounts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Whatsapp Business Account ID" } ] }, "docs": "Delete a Whatsapp Business Account" }, { "info": { "name": "List phone numbers for a WABA", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/v2/whatsapp/business_accounts/:id/phone_numbers", "params": [ { "name": "id", "value": "", "type": "path", "description": "Whatsapp Business Account ID" }, { "name": "page", "value": "", "type": "query", "description": "Consolidated page parameter (deepObject style). Originally: page[number], page[size]" } ] }, "docs": "List phone numbers for a WABA" }, { "info": { "name": "Get WABA settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.telnyx.com/v2/v2/whatsapp/business_accounts/:id/settings", "params": [ { "name": "id", "value": "", "type": "path", "description": "Whatsapp Business Account ID" } ] }, "docs": "Get WABA settings" }, { "info": { "name": "Update WABA settings", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.telnyx.com/v2/v2/whatsapp/business_accounts/:id/settings", "params": [ { "name": "id", "value": "", "type": "path", "description": "Whatsapp Business Account ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update WABA settings" } ] } ], "bundled": true }