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
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"
}