---
title: "fetchOrganizationDoubleTheDonation"
method: GET
path: "/organizations/{id}/double-the-donation"
tags: ["Double the Donation"]
deprecated: true
---

# fetchOrganizationDoubleTheDonation

`GET /organizations/{id}/double-the-donation`

> **Deprecated.**

Retrieves a Double The Donation Account for a specific Organization

## Path parameters

- `id` integer, required

## Response `200`

Success

- DoubleTheDonationAccount
  - `id` integer — Primary identifier of record
  - `organization_id` integer — Primary identifier of associated Organization
  - `public_key` string — Public key for DoubleTheDonation

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Organization not found

---

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