Request Plan Data From Provider (Beta)

POST /api/v1/plans/{plan_uuid}/provider-feed-sync

Only works if the corresponding addon has been enabled in Plannr. The process is queued. Only works with specific providers.

Headers

Path parameters

  • plan_uuid string Required

    uuid The UUID of the group scheme plan.

Responses

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)
{}