cURL
curl --request PUT \ --url https://api.vaultcord.com/alerts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "invite": "openai", "email": "jeff@amazon.com" }'
{ "success": true, "message": "Successfully created alert!" }
Add alert to VaultCord
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
alert JSON to be created
The body is of type object.
object
SUCCESS_MESSAGE
The response is of type object.
Was this page helpful?