Skip to main content
PUT
https://prod-api.raisedonors.com
/
api
/
Campaign
/
{campaignId}
/
toggle-sync
Toggle Campaign Sync
curl --request PUT \
  --url https://prod-api.raisedonors.com/api/Campaign/{campaignId}/toggle-sync \
  --header 'Authorization: <api-key>'
true

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

campaignId
integer<int64>
required

The ID of the campaign

Response

OK

The response is of type boolean.

Last modified on June 5, 2026