---
title: "Lists sources for acknowledgments table"
method: GET
path: "/acknowledgment-sources"
tags: ["Source"]
---

# Lists sources for acknowledgments table

`GET /acknowledgment-sources`

## Response `200`

OK

- AcknowledgmentSource[]
  - `name` string — Human readable name of a source
  - `origin` object
    - `providerName` string
    - `providerWebsiteUrl` string
    - `url` string — Source location, can be http, https, or s3 schemes. This must be the link to the source data download.
    - `license` string — The license under which we have the right to ingest the data. Ideally a SPDX identifier (https://spdx.org/licenses/).

## Other responses

- `422` — Unprocessable entity
- `500` — Internal server error

---

[API](https://skmtc.net/globaldothealth/apis/global-health-curator-service-api.md) · [All operations](https://skmtc.net/globaldothealth/apis/global-health-curator-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/globaldothealth/global-health-curator-service-api/revisions/5b1151265235/schema)
