Fundment - Sync all the clients

POST /api/v1/addons/fundment/sync-clients
application/json

Body

  • new_records_only boolean

    Should only new Fundment records be synced

Responses

  • 401 application/json
    Hide response attribute Show response attribute object
    • message string
POST /api/v1/addons/fundment/sync-clients
curl \
 --request POST 'https://api.plannrcrm.com/api/v1/addons/fundment/sync-clients' \
 --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."
}