Skip to main content
GET
Get pledge

Authorizations

Authorization
string
header
required

Organization API key created in Grain Settings → API. The key determines the organization and is limited to its assigned resource scopes. Write scopes imply the corresponding read scope.

Headers

X-Organization-Id
string

Required with OAuth access tokens. Optional with organization API keys; if supplied, it must match the key's organization.

Path Parameters

id
string
required

Resource ID

Response

Pledge

id
string
donorId
string
fundId
string
campaignId
string | null
totalAmount
number
startDate
string<date-time>
endDate
string<date-time> | null
status
enum<string>
Available options:
ACTIVE,
CANCELLED
Last modified on August 23, 2026