Skip to main content
GET
/
api
/
v0
/
alerts
/
{alert}
Gets an alert.
curl --request GET \
  --url https://north.sh/api/v0/alerts/{alert} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Resource not found"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

alert
string
required

Response

Resource not found

message
string
Example:

"Resource not found"