---
title: "List all Contacts"
method: GET
path: "/contacts"
tags: ["Contacts"]
---

# List all Contacts

`GET /contacts`

By default, all Contacts will be returned. You can apply filters to your query to customise the returned Contact list.

## Query parameters

- `page` string
- `per_page` string
- `name` string
- `nickname` string
- `email` string
- `bank_account_id` string
- `bank_account_branch_code` string
- `bank_account_account_number` string

## Response `200`

OK

- ListAllContactsResponse
  - `data` object[], required

---

[API](https://skmtc.net/zeptopayments/apis/zepto-api.md) · [All operations](https://skmtc.net/zeptopayments/apis/zepto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeptopayments/zepto-api/revisions/6353e9b9af6f/schema)
