---
title: "GET /api/fundraise/pledges/{id}"
method: GET
path: "/api/fundraise/pledges/{id}"
tags: ["api", "fundraise"]
---

# GET /api/fundraise/pledges/{id}

`GET /api/fundraise/pledges/{id}`

Get a Pledge

## Path parameters

- `id` string, required — The ID of the pledge to get the pledge (can be external ID). In case of external ID, the external ID must be prefixed with 'externalId:'

## Response `200`

OK

- PledgeResource
  - `_id` string, required — The ID of the Pledge
  - `amount` number, required — The amount of the pledge
  - `currency` 'EUR' | 'USD' | 'GBP' | 'AUD' | 'CHF' | 'THB' | 'ILS' | 'COP' | 'MXN' | 'DKK' | 'NOK' | 'SEK' | 'QAR' | 'CAD' | 'ISK' | 'GTQ' | 'INR' | 'DOP' | 'SGD' | 'PLN' | 'SAR' | 'TTD' | 'ZAR' | 'KYD' | 'HKD' | 'CZK' | 'KRW' | 'JPY' | 'NZD' | 'AED' | 'MAD' | 'TWD' | 'BRL' | 'BWP' | 'NAD' | 'KES' | 'SCR' | 'TRY' | 'SZL' | 'LSL' | 'TZS' | 'UGX' | 'ZMW' | 'ZWG' | 'GHS' | 'NGN' | 'SLE' | 'LRD' | 'XOF' | 'XAF' | 'GEL' | 'IDR' | 'ARS' | 'CRC' | 'HUF' | 'EGP' | 'MYR' | 'VND' | 'PHP' | 'MWK', required — The currency of the pledge (will be automatically set using the seller's currency)
  - `applications` object[] — An array of donations that have fulfilled this pledge.
    - `donationId` string, required — An ISO timestamp indicating when the application was applied.
    - `amount` number, required — The amount of the donation that was applied to the pledge.
    - `appliedAt` string, date-time, required — An ISO timestamp indicating when the application was applied.
  - `customerId` string, required — The ID of the customer of the pledge
  - `fundId` string, required — The ID of the fund of the pledge
  - `campaignId` string — The ID of the campaign of the pledge
  - `salesChannelId` string — The ID of the sales channel of the pledge
  - `notes` string — The notes of the pledge
  - `targetDate` string, date-time — An ISO timestamp indicating when the pledge is planned to be fulfilled.
  - `externalId` string — The external ID of the pledge
  - `pledgedAt` string, date-time — An ISO timestamp indicating when the pledge was pledged. (esp. helpful for pledges from external integrations)
  - `sellerId` string, required — The ID of the seller owning the pledge
  - `createdAt` string, date-time, required — An ISO timestamp indicating when the pledge was created.
  - `updatedAt` string, date-time, required — An ISO timestamp indicating when the pledge was updated.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
