---
title: "fetchEcard"
method: GET
path: "/ecards/{ecard}"
tags: ["eCard"]
---

# fetchEcard

`GET /ecards/{ecard}`

Fetch specified eCard

## Path parameters

- `ecard` integer, required

## Response `200`

Success

- Ecard
  - `asset_id` integer, nullable — Primary identifier of associated image file Asset
  - `campaign_id` integer — Primary identifier of associated Campaign
  - `id` integer — Primary identifier of record
  - `image_url` string — Public URL for the Ecard image
  - `is_deleted` boolean — Indicates whether Ecard has been deleted
  - `order` integer — Display order for listings. Impacts display in Classy.org

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — eCard 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/versions/d22bb925eeed/schema)
