---
title: "Get a list of acquisition sources matching the search parameter."
method: GET
path: "/v2/customers/acquisition-sources"
tags: ["Customers"]
---

# Get a list of acquisition sources matching the search parameter.

`GET /v2/customers/acquisition-sources`

You need the "View customers" permission to use this endpoint.

## Query parameters

- `search` string
- `page_number` integer
- `page_size` integer

## Response `200`

Get a list of acquisition sources matching the search parameter.

- CustomerManagerPaginatedAcquisitionSourcesV2Response
  - `acquisition_sources` string[], required — List of acquisition sources.
  - `first` string, required — The URL path to the first page.
  - `next` string, nullable — The URL path to the next page.
  - `prev` string, nullable — The URL path to the previous page.
  - `self` string, required — The URL path to the current page.
  - `total_count` integer, nullable — Total number of items.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/complyadvantage/apis/mesh-api.md) · [All operations](https://skmtc.dev/complyadvantage/apis/mesh-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/complyadvantage/mesh-api/revisions/fdaac4351d85/schema)
