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
-
plan_uuid
string Required uuid The UUID of the group scheme plan.
POST
/api/v1/plans/{plan_uuid}/provider-feed-sync
curl \
--request POST 'https://api.plannrcrm.com/api/v1/plans/plan_uuid/provider-feed-sync' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}"
Response examples (202)
{}