---
title: "Get Program"
method: GET
path: "/v1/programs/{id}"
tags: ["Programs"]
---

# Get Program

`GET /v1/programs/{id}`

Retrieves the program with the given ID.

## Path parameters

- `id` string, required

## Response `200`

OK

- Program — Programs encapsulate functional operations and allow for segregation of funds & activity on top of a Financial Account. By default, most organizations will have a Gift Processing program for managing inbound donation revenue. If you are disbursing funds to other nonprofits, we will work together to create a Grantmaking program for you. If there are other use cases where you need to segregate funds or activity, we will work together to create additional Programs for you.
  - `id` string, required — The unique identifier for the program
  - `name` string, required — The name of the program
  - `description` string — 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_at` string, date-time, required — The date and time the program was created
  - `updated_at` string, date-time, required — The date and time the program was last updated

## Other responses

- `400` — The request is invalid or contains invalid parameters
- `401` — Unauthorized. The request is missing the security (OAuth2 Bearer token) requirements and the server is unable to verify the identify of the caller.
- `403` — Access denied
- `404` — Resource Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/chariot-giving/apis/chariot-api.md) · [All operations](https://skmtc.net/chariot-giving/apis/chariot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chariot-giving/chariot-api/versions/dc28cadc066e/schema)
