For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
idstringRequiredformat: "uuid"
The unique id of the unintegrated grant.
The format should be a v4 UUID according to RFC 4122.
Response
OK
idstringRead-onlyformat: "uuid"
The unique identifier for the object
workflowSessionIdstringRead-onlyformat: "uuid"
ID of the Connect Workflow Session associated with this grant
fundIdstringRead-only
ID of the donor advised fund
amountdouble
The grant amount expressed in units of whole cents
trackingIdstringRead-only
The tracking ID for the unintegrated grant
createdAtstringRead-onlyformat: "date-time"
Time when this object was created; expressed in RFC 3339 format
updatedAtstringRead-onlyformat: "date-time"
Time when this object was last updated; expressed in RFC 3339 format
statusenum
The status of the unintegrated grant.
Allowed values:
metadatamap from strings to strings
A map of arbitrary string keys and values to store information about the object
firstNamestring
The donor's first name
lastNamestring
The donor's last name
phonestring
The donor's phone number
emailstring
The donor's email
addressobject
notestring
An note inputted by the user at submisson
paymentChannelenumRead-only
The payment channel for the unintegrated grant. This is useful to know how the grant will be sent.
The payment channel for unintegrated grants will always be:
offline: Grant was initiated outside of Chariot so we’re unable to confirm how the grant will be sent.
Allowed values:
userFriendlyIdstringRead-onlyDeprecated
Often referred to as the "Chariot ID", this is the ID that will be included in the payment from the DAF provider.