Aurion Docs
Api

Subscribe

POST
/api/v1/status-page/subscribe

Request Body

application/json

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/status-page/subscribe" \  -H "Content-Type: application/json" \  -d '{    "email": "string"  }'
{
  "email": "string",
  "verification_sent": true
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}