---
title: "List connected providers"
method: GET
path: "/api/v1/providers/connected/"
tags: ["v1"]
---

# List connected providers

`GET /api/v1/providers/connected/`

List connected service providers

## Query parameters

- `access_token` string, required
- `account` string
- `creation_data` string, date
- `currency` string[]
- `is_live` boolean
- `limit` integer
- `offset` integer
- `ordering` string
- `search` string
- `status` 'ACTIVE' | 'INACTIVE'

## Response `200`

- PaginatedDocsResponse200List
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` DocsResponse200[]
    - `data` object, required
    - `status` DocsStatus, required
      - `data` unknown, required
    - `count` integer, nullable, required — Total number of items.
    - `next` string, nullable, required — Next page url if exists
    - `previous` string, nullable, required — Previous page url if exists

## Other responses

- `401`

---

[API](https://skmtc.net/moneyhash/apis/moneyhash-api.md) · [All operations](https://skmtc.net/moneyhash/apis/moneyhash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhash/moneyhash-api/versions/111e4c2e0826/schema)
