Get
Retreive a specific connection details
Get Connection
GET https://api.meldapi.io/api/public/v1/connections/:id
Path Parameters
Name
Type
Description
String
Conection ID
{
"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": {}
}Last updated