--- title: 'Bandwidth' description: '' --- # Bandwidth undefined | Detail | Value | |---|---| | Category | Communication | | Base URL | `https://messaging.bandwidth.com/api/v2` | | Authentication | API Key | | Endpoints | 6 | | Connector key | `bandwidth` | ## Using Bandwidth in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Bandwidth** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_send_message_0) | Send Message | | [GET ](./get_list_messages_1) | List Messages | | [GET ](./get_create_call_2) | Create Call | | [GET ](./get_get_call_3) | Get Call | | [GET ](./get_list_recordings_4) | List Recordings | | [GET ](./get_list_applications_5) | List Applications | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.