cURL
curl --request GET \ --url https://north.sh/api/v0/alerts/{alert} \ --header 'Authorization: Bearer <token>'
{ "message": "Resource not found" }
Fetches an alert by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Resource not found
"Resource not found"