List

Retreive a list of configured connections.

List Connections

GET https://api.meldapi.io/api/public/v1/connections/index

This endpoint allows you to get free cakes.

Query Parameters

Name
Type
Description

team_id

number

Filter by team

Headers

Name
Type
Description

Authorization

string

Bearer <API_TOKEN>

[
    {
        "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": {}
    },
    {
        "id": 35,
        "name": "Test PDF Connection",
        "type": "pdf",
        "team_id": 1,
        "team": {
            "id": 2,
            "name": "Team Number 2"
        }        
        "user_id": 1,
        "created_at": "2022-08-27T20:44:35.468Z",
        "updated_at": "2022-08-27T20:44:35.468Z",
        "meta": {}
    }

Last updated