Get

Get a specific Meld.

Get Melds

GET https://api.meldapi.io/api/public/v1/melds/:id

This endpoint allows you to search the Australian company and business name register.

Headers

Name
Type
Description

Authorization

string

Bearer <API_TOKEN>

{
        "id": 1,
        "name": "Airtable OpenAI",
        "team": {
            "id": 2,
            "name": "Team Number 1"
        },
        "connections": {
            "src": {
                "id": 1,
                "name": "Airtable Test",
                "type": "airtable",
                "dataType": "table",
            },
            "dst": {
                "id": 2,
                "name": "Test AI",
                "type": "openai",
                "dataType": "openai",
            },
        },
        "created_at": "2022-12-15T05:57:30.187Z",
        "updated_at": "2023-01-12T02:33:41.738Z",
        "locked": false,
        "dst_deletion_policy": null
    }

Last updated