> 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/meldsyncs/trigger.md).

# Trigger

## Trigger a sync for a configured Meld.

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

#### Path Parameters

| Name     | Type   | Description               |
| -------- | ------ | ------------------------- |
| meld\_id | Number | ID of the configured Meld |

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

```json
{
    "meld_id": "1",
    "status": "pending",
    "user_id": 1,
    "webhook_data": null,
    "webhook": false,
    "created_at": "2022-09-29T00:16:50.817Z",
    "updated_at": "2022-09-29T00:16:50.817Z",
    "id": 630
}
```

{% endtab %}

{% tab title="401: Unauthorized " %}

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}
