Aurion Docs
Api

Create Incident

POST
/api/v1/status-page/incidents
AuthorizationBearer <token>

In: header

Request Body

application/json

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/status-page/incidents" \  -H "Content-Type: application/json" \  -d '{    "message": "string",    "title": "string"  }'
{
  "id": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}