Trigger
Trigger a sync for a specific Meld
Trigger a sync for a configured Meld.
GET https://api.meldapi.io/api/public/v1/meldsyncs/add/:meld_id
Path Parameters
Name
Type
Description
meld_id
Number
ID of the configured Meld
{
"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
}Last updated