/
HE
hecher
/
GrowGelt API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 16h ago · Updated 3w ago
View markdown
hecher
GrowGelt API
patch
Update a pledge
b79af77cd086
latest
OpenAPI 3.0.3
2026-07-26
109
29
89.0 KB
Action Flows
4
Activities
5
Audit
2
Campaigns
4
Chat
4
Donations
5
Donors
5
Drip Campaigns
7
Duplicates
3
Email
9
Enrichment
2
Events
6
Favorites
2
Import
2
Lists
4
Notes
2
Operations
1
Overview
3
Pledges
6
get
List pledges
post
Create a pledge
get
Get a pledge
patch
Update a pledge
get
List pledge payments
post
Record a pledge payment
Receipts
2
Segments
6
Settings
11
SMS
2
Special Dates
5
Touchpoints
2
Webhooks
5
Pledges
Update a pledge
patch
/v1/pledges/{id}
Path parameters
id
string
uuid
required
Request body
Pledge
required
id
string
uuid
donor_id
string
uuid
required
total_amount
number
required
paid_amount
number
balance
number
status
'active'
|
'completed'
|
'cancelled'
|
'defaulted'
nullable
payment_frequency
string
nullable
start_date
string
date
nullable
end_date
string
date
nullable
campaign
string
nullable
notes
string
nullable
created_at
string
date-time
updated_at
string
date-time
Response
Updated