---
title: "List servers"
method: GET
path: "/servers"
tags: ["Server Management API"]
---

# List servers

`GET /servers`

## Query parameters

- `count` integer, required
- `offset` integer, required
- `name` string

## Headers

- `X-Postmark-Account-Token` string, required

## Response `200`

OK

- ServerListingResponse — The results of listing servers.
  - `TotalCount` integer
  - `Servers` ExtendedServerInfo[]
    - `ID` integer
    - `Name` string
    - `ApiTokens` string[]
    - `ServerLink` string
    - `Color` string
    - `SmtpApiActivated` boolean
    - `RawEmailEnabled` boolean
    - `DeliveryHookUrl` string
    - `InboundAddress` string
    - `InboundHookUrl` string
    - `BounceHookUrl` string
    - `OpenHookUrl` string
    - `PostFirstOpenOnly` boolean
    - `TrackOpens` boolean
    - `TrackLinks` 'None' | 'HtmlAndTextTracking' | 'HtmlOnlyTracking' | 'TextOnlyTracking'
    - `ClickHookUrl` string
    - `InboundDomain` string
    - `InboundHash` string
    - `InboundSpamThreshold` integer

## Other responses

- `422` — An error was generated due to incorrect use of the API. See the Message associated with this response for more information.
- `500` — Indicates an internal server error occurred.

---

[API](https://skmtc.net/postmarkapp/apis/postmark-account-level-api.md) · [All operations](https://skmtc.net/postmarkapp/apis/postmark-account-level-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postmarkapp/postmark-account-level-api/revisions/bbbcda943285/schema)
