Skip to main content
POST
/
api
/
v1
/
push
/
{token}
Push a status update for a monitor
curl --request POST \
  --url https://monitor.aevr.space/api/v1/push/{token} \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "ok",
  "message": "<string>",
  "metadata": {}
}
'

Documentation Index

Fetch the complete documentation index at: https://monitor-f3599674.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

token
string
required

Body

application/json
status
enum<string>
Available options:
ok,
error
message
string
metadata
object

Response

Status updated