Skip to main content
POST
/
api
/
v1
/
orgs
/
{orgId}
/
status-pages
/
{statusPageId}
/
custom-domain
Add custom domain
curl --request POST \
  --url https://monitor.aevr.space/api/v1/orgs/{orgId}/status-pages/{statusPageId}/custom-domain \
  --header 'Content-Type: application/json' \
  --data '
{
  "hostname": "status.example.com"
}
'
{
  "success": true,
  "data": {},
  "message": "<string>"
}

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

orgId
string
required

Organization ID

statusPageId
string
required

Status Page ID

Body

application/json
hostname
string
required
Example:

"status.example.com"

Response

Domain successfully registered

success
boolean
data
object
message
string