POST
/api/v1/addons/fundment/sync-plans
curl \
--request POST 'https://api.plannrcrm.com/api/v1/addons/fundment/sync-plans' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"new_records_only":true}'
Request examples
{
"new_records_only": true
}
Response examples (401)
{
"message": "Unauthenticated."
}