Get Program

Retrieves the program with the given ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
The unique identifier for the program

Response

OK
idstring
The unique identifier for the program
namestring
The name of the program
grant_disbursement_statusenumRead-only
The status of the program's ability to disburse grant payments to other eligible nonprofit recipients.
Allowed values:
gift_processing_statusenumRead-only
The status of the program's ability to connect payment sources to process donations and grants to your organization.
Allowed values:
created_atstringformat: "date-time"
The date and time the program was created
updated_atstringformat: "date-time"
The date and time the program was last updated
descriptionstring or null
A description of the program

Errors