---
title: "listOrganizationDomainSlugs"
method: GET
path: "/organizations/{organization}/domain-slugs"
tags: ["Domain Slug"]
---

# listOrganizationDomainSlugs

`GET /organizations/{organization}/domain-slugs`

Retrieves a list of all Domain Slugs for specified 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 Domain Slugs
    - `created_at` string, date-time — Date/time of initial record creation
    - `deleted_at` string, date-time, nullable — Date/time that record was deleted
    - `domain_id` integer — Primary identifier of associated Domain
    - `fundraising_entity_id` integer — Primary identifier of associated Fundraising Entity
    - `fundraising_entity_type` 'organization' | 'campaign' | 'fundraising_page' | 'fundraising_team' — Type of associated Fundraising Entity
    - `id` integer — Primary identifier of record
    - `links_to_donation_page` boolean — Indicates whether the slug should reference the Donation Page for the DomainSlug's Fundraising Entity
    - `domain_masking_url` string — The domain masking url of the organization
    - `updated_at` string, date-time — Date/time when record was last updated
    - `value` string — Value of the Domain Slug
  - `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 — {host}/organizations/82364/domain-slugs?page=1
  - `next_page_url` string, nullable — URL of next page of results
  - `path` string, nullable — {host}/organizations/82364/domain-slugs
  - `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
- `404` — Organization 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)
