---
title: "Listar fontes"
method: GET
path: "/deal_sources"
tags: ["crm-v1-deal-sources"]
---

# Listar fontes

`GET /deal_sources`

Listar fontes

## Query parameters

- `limit` string
- `page` string
- `q` string

## Response `200`

Success

- object
  - `deal_sources` object[]
    - `_id` string
    - `created_at` string
    - `description` unknown
    - `id` string
    - `instance_id` string
    - `name` string
    - `updated_at` string
  - `has_more` boolean
  - `total` number

---

[API](https://skmtc.net/rdstation/apis/webhook-service.md) · [All operations](https://skmtc.net/rdstation/apis/webhook-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rdstation/webhook-service/revisions/3867c21388e8/schema)
