---
title: "Search for contacts"
method: GET
path: "/api/v1/contacts"
tags: ["Contacts"]
---

# Search for contacts

`GET /api/v1/contacts`

<br>Search for contacts. The method returns max 500 results.<br> The total amount of contacts is in the <b>TotalCount</b> header.

## Query parameters

- `externalCustomerId` string
- `email` string
- `sms` string
- `firstname` string
- `lastname` string
- `startindex` integer
- `maxrows` integer
- `sortBy` string

## Response `200`

---

[API](https://skmtc.net/esputnik/apis/esputnik-com.md) · [All operations](https://skmtc.net/esputnik/apis/esputnik-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/esputnik/esputnik-com/versions/1c4afd7ba72a/schema)
