v31

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-215985245.8 KB
Programs

Get Program

Retrieves the program with the given ID.

get/v1/programs/{id}

Path parameters

idstring required

The unique identifier for the program

Response

OK

idstring required

The unique identifier for the program

namestring required

The name of the program

descriptionstring

A description of the program

grant_disbursement_status'enabled' | 'disabled' required

The status of the program's ability to disburse grant payments to other eligible nonprofit recipients.

gift_processing_status'enabled' | 'disabled' required

The status of the program's ability to connect payment sources to process donations and grants to your organization.

created_atstring date-time required

The date and time the program was created

updated_atstring date-time required

The date and time the program was last updated

Example response

{
  "id": "program_01j8rs605a4gctmbm58d87mvsj",
  "name": "Gift Processing",
  "description": "This program is used to unify and standardize donation processing across all Donor-Advised Fund grants.",
  "grant_disbursement_status": "enabled",
  "gift_processing_status": "enabled",
  "created_at": "2020-01-31T23:00:00Z",
  "updated_at": "2020-01-31T23:00:00Z"
}