Alerts

List Recent Guild Alerts

GET
/v1/guilds/{guild}/alerts

Authorization

bearerAuth
AuthorizationBearer <token>

A guild API key (gt_…).

In: header

Path Parameters

guild*string

Response Body

application/json

curl -X GET "https://example.com/v1/guilds/string/alerts"
[  {    "id": "string",    "level": "string",    "title": "string",    "message": "string",    "property1": null,    "property2": null  }]

How is this guide?