Initiate a sync to pull all plans from Nucleus Run in API Explorer
The firm must have the Nucleus addon enabled for this to work.
POST
/api/v1/addons/nucleus/sync-plans
curl \
--request POST 'https://api.plannrcrm.com/api/v1/addons/nucleus/sync-plans' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
"message": "Unauthenticated."
}