Request Plan Data From Provider (Beta)
Only works if the corresponding addon has been enabled in Plannr. The process is queued. Only works with specific providers.
Headers
-
Content-Type string
-
Accept string
-
X-PLANNR-ACCOUNT-UUID string
Path parameters
-
uuid The UUID of the group scheme plan.
POST /api/v1/plans/{plan_uuid}/provider-feed-sync
curl \
-X POST https://api.plannrcrm.com/api/v1/plans/plan_uuid/provider-feed-sync \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (202)
{}