---
title: "fetchFundraisingPageMoments"
method: GET
path: "/fundraising-pages/{fundraising_page}/moments"
tags: ["Fundraising Page"]
---

# fetchFundraisingPageMoments

`GET /fundraising-pages/{fundraising_page}/moments`

Retrieves the P2P moment a fundraiser selected at create time and their submitted answers to the moment's questions. Returns 204 if the fundraiser has no GFM consumer mapping or no moment data.

## Path parameters

- `fundraising_page` integer, required

## Response `200`

Success

- object
  - `selected_moment` object, nullable — The catalog moment the fundraiser selected at create time. Null if no moment was picked.
    - `momentId` string — ID of the moment in the catalog
    - `label` string — Display label of the moment
  - `answers` object[] — Question/answer pairs the fundraiser submitted.
    - `question` string — Question label as displayed at submission time
    - `answer` string — Answer text submitted by the fundraiser

## Other responses

- `204` — No moment data available (not a GFM fundraiser or no moment selected)
- `403` — Requester is not authorized to perform action
- `404` — Fundraising Page 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/d22bb925eeed/schema)
