Skip to main content
POST
/
api
/
v1
/
orgs
/
{orgId}
/
status-pages
/
{statusPageId}
/
custom-domain
/
verify
Verify custom domain
curl --request POST \
  --url https://monitor.aevr.space/api/v1/orgs/{orgId}/status-pages/{statusPageId}/custom-domain/verify
{
  "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

Response

Domain verification result

success
boolean
data
object
message
string