v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Fundraising Page

fetchFundraisingPageMoments

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.

get/fundraising-pages/{fundraising_page}/moments

Path parameters

fundraising_pageinteger required
Example:2173528

The specified Fundraising Page ID

Response

Success

Example response

{
  "selected_moment": {
    "momentId": "5",
    "label": "Birthday"
  },
  "answers": [
    {
      "question": "What's your date of birth?",
      "answer": "08/12"
    }
  ]
}