v1

latestOpenAPI 3.0.02026-07-26441564.4 KB
Alerts

Add alert to VaultCord

put/alerts

Request body

invitestring

Discord invite code

emailstring

Email address to send alert to

Example request

{
  "invite": "openai",
  "email": "jeff@amazon.com"
}

Response

Successfully added termination alert. Edit on the dashboard to add automatic member pulling when old server termed!

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Successfully created alert!"
}