---
title: "GET /alerts"
method: GET
path: "/alerts"
tags: ["Alerts"]
---

# GET /alerts

`GET /alerts`

List out the alerts on account

## Response `200`

List of server termination alert settings. Helpful for instant alert AND/OR instant member pull when your old server is termed!

- object
  - `success` boolean
  - `data` AlertObject[]
    - `id` integer — Random auto-increment ID
    - `accId` integer — VaultCord account ID.
    - `serverName` string — Name of the Discord guild.
    - `invite` string — Discord invite code
    - `email` string — Email address to send alert to
    - `created_at` string — The creation date of the alert, in unix timestamp (seconds)

## Other responses

- `401` — API key invalid, please generate a new one from dash.vaultcord.com/developers

---

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