Skip to main content
GET
Get Premium Deactivation Impact
The response counts the recurring gifts, pages, legacy campaigns, and recurring premiums that still reference it.
Use it to work out which replacement premiums to send to Deactivate a Premium.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer<int64>
required

The ID of the premium to deactivate.

Response

OK

Represents a premium deactivation model.

totalRecurringGift
integer<int32>

The total number of recurring gifts.

totalLegacyCampaign
integer<int32>

The total number of legacy campaigns.

totalRecurringPremium
integer<int32>

The total number of recurring premiums.

totalPage
integer<int32>

The total number of pages.

Last modified on July 28, 2026