---
title: "listOrganizationSupporters"
method: GET
path: "/organizations/{organization}/supporters"
tags: ["Supporter"]
---

# listOrganizationSupporters

`GET /organizations/{organization}/supporters`

Retrieves a list of all Supporters for a specific Organization

## Path parameters

- `organization` integer, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Success

- object
  - `current_page` integer — Index of current page
  - `data` object[] — Collection of Supporters
    - `address1` string, nullable — Supporter main address
    - `address2` string, nullable — Secondary Supporter address
    - `birthday` string, nullable — Supporter birthday in M/D format (month and day only; year intentionally not collected). Sourced from the P2P Birthday-moment flow and distinct from any full date-of-birth captured elsewhere.
    - `cell_phone` string, nullable — Supporter cell phone number (SMS consent target when collected)
    - `city` string, nullable — Supporter City
    - `country` string, nullable — Supporter Country
    - `created_at` string, date-time — Date/time of initial record creation
    - `email_address` string, email — Supporter email address
    - `first_name` string, nullable — First name of the supporter
    - `gender` string, nullable — Supporter gender
    - `id` integer — Supporter number identifier
    - `last_emailed_at` string, email, nullable — To whom the last e-mail was sent
    - `last_name` string, nullable — Supporter last name
    - `location` string, nullable — Free text representing a location
    - `member_id` integer, nullable — Member number identifier
    - `metadata` Metadata
      - `foo` string
    - `nickname` string, nullable — Supporter nickname
    - `opt_in` boolean — Indicates whether the supported opted in to email communication or not
    - `origin` string — Supporter origin
    - `phone` string, nullable — Supporter phone number
    - `postal_code` string, nullable — Zip Code
    - `source_campaign_id` integer, nullable — Campaign number identifier
    - `source_fundraising_page_id` integer, nullable — Fundraising page identifier
    - `source_member_id` integer, nullable — Member identifier
    - `source_organization_id` integer, nullable — Organization identifier
    - `state` string, nullable — State/province name
    - `updated_at` string, date-time — Date/time of initial record creation
  - `first_page_url` string, nullable — URL of first page of results
  - `from` integer, nullable — Index of first displayed result within total result set
  - `last_page` integer — Index of last page in result set
  - `last_page_url` string, nullable — URL of last page of results
  - `next_page_url` string, nullable — URL of next page of results
  - `path` string, nullable — URL of current page of results
  - `per_page` integer — Maximum number of records returned per page of results
  - `prev_page_url` string, nullable — URL of previous page of results
  - `links` PaginationLink[] — Collection of objects representing pages {label, URL, active} that can be used to request the associated page of records.
    - `label` string — Identifier of the page.
    - `url` string, nullable — URL that can be used to fetch associated page of records.
    - `active` boolean — Identifies whether the previously requested page matches the page this link object references.
  - `to` integer, nullable — Index of last displayed result within total result set
  - `total` integer — Total count of records in result set

## Other responses

- `403` — Requester is not authorized to perform action

---

[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)
