cURL
curl --request GET \ --url https://api.vaultcord.com/alerts \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": 100, "accId": 25204, "serverName": "OpenAI", "invite": "openai", "email": "jeff@amazon.com", "created_at": 1715264074 } ] }
List out the alerts on account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
resource retrieved
The response is of type object.
object
Was this page helpful?