curl --request POST \
--url https://services.leadconnectorhq.com/forms/snapshots/check-conflicts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"assetIds": [
"<string>"
]
}
'curl --request POST \
--url https://services.leadconnectorhq.com/forms/snapshots/check-conflicts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"locationId": "<string>",
"assetIds": [
"<string>"
]
}
'Was this page helpful?