---
title: "Get All Payout Senders"
method: GET
path: "/payout-sender"
tags: ["Payout Sender"]
---

# Get All Payout Senders

`GET /payout-sender`

Retrieve a list of all payout senders. You can filter the list with query parameters.

This API comes with Pagination support, you can customize limit and page query parameters as per the requirements.

## Query parameters

- `page` integer
- `limit` integer
- `payout_sender_id` string
- `type` 'company' | 'individual'
- `sender_name` string
- `email` string
- `organization_reference_id` string
- `address_line1` string
- `address_line2` string
- `address_city` string
- `address_state` string
- `address_country` string
- `address_zip_code` string
- `phone_number` string
- `phone_country_code` string
- `phone_number_e164` string
- `description` string
- `is_active` boolean
- `created_at` string, date

## Response `200`

OK

---

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