---
title: "List personal alert contacts"
method: GET
path: "/alert-contacts"
tags: ["Alert Contacts"]
---

# List personal alert contacts

`GET /alert-contacts`

List the personal alert contacts (email, Pro SMS, voice, iOS/Android push) owned by the authenticated user. Integrations are managed separately through /v3/integrations.

## Query parameters

- `cursor` number

## Response `200`

- AlertContactPaginationDto
  - `nextLink` string, nullable, required
  - `data` object[], required
    - `id` number, required
    - `friendlyName` string, nullable, required
    - `type` unknown, required
    - `value` string, nullable, required
    - `customValue` string, nullable, required
    - `enableNotificationsFor` unknown, required
    - `sslExpirationReminder` boolean, nullable, required
    - `httpUsername` string, nullable, required
    - `httpPassword` string, nullable, required
    - `authType` boolean, nullable, required
    - `customHeaders` object, nullable
    - `mobileProviderId` number, nullable, required
    - `status` unknown, required
    - `orgAlertContactId` number, nullable, required
    - `config` object, nullable
      - `android_push_up_channel` string
      - `android_push_down_channel` string

---

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