Initiate a sync to pull all clients from Nucleus

POST /api/v1/addons/nucleus/sync-clients

The firm must have the Nucleus addon enabled for this to work.

Responses

  • 401 application/json
    Hide response attribute Show response attribute object
    • message string
POST /api/v1/addons/nucleus/sync-clients
curl \
 --request POST 'https://api.plannrcrm.com/api/v1/addons/nucleus/sync-clients' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
  "message": "Unauthenticated."
}