> For the complete documentation index, see [llms.txt](https://developers.meldapi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.meldapi.io/connections/get.md).

# Get

## Get Connection

<mark style="color:blue;">`GET`</mark> `https://api.meldapi.io/api/public/v1/connections/:id`

#### Path Parameters

| Name | Type   | Description  |
| ---- | ------ | ------------ |
|      | String | Conection ID |

{% tabs %}
{% tab title="200: OK " %}

```json
{
        "id": 5,
        "name": "Test MailChimp 1",
        "type": "mailchimp",
        "team_id": 1,
        "team": {
            "id": 1,
            "name": "Team Number 1"
        }
        "user_id": 1,
        "created_at": "2021-09-28T19:44:16.016Z",
        "updated_at": "2021-09-28T19:44:16.016Z",
        "meta": {}
}
```

{% endtab %}
{% endtabs %}
