---
title: "Get a specific organization consumer mapping"
method: GET
path: "/consumer-charity-mappings/{consumer_charity_mapping}"
tags: ["Organization Consumer Mappings"]
---

# Get a specific organization consumer mapping

`GET /consumer-charity-mappings/{consumer_charity_mapping}`

Show a specific organization consumer mapping

## Path parameters

- `consumer_charity_mapping` integer, required

## Response `200`

Organization consumer mapping details

- OrganizationConsumerMapping
  - `id` integer — Primary identifier of record
  - `organization_id` integer, nullable — Internal organization ID (null if unmatched)
  - `consumer_charity_id` integer — External consumer charity ID
  - `ein` string — EIN without dashes (9 digits)
  - `is_primary` boolean — Whether this is the primary organization for this consumer charity ID
  - `is_matched` boolean — Whether this mapping is matched to an organization (true if organization_id is not null)
  - `created_at` string, date-time — Date/time of record creation
  - `updated_at` string, date-time — Date/time of record last update

## Other responses

- `404` — Mapping 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)
