Skip to main content
GET
/
api
/
v1
/
system
/
resolve-domain
Resolve a custom domain to a status page slug
curl --request GET \
  --url https://monitor.aevr.space/api/v1/system/resolve-domain
{
  "success": true,
  "data": {
    "statusPageSlug": "<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.

Query Parameters

hostname
string
required

The custom domain hostname to resolve (e.g. status.example.com)

Response

Domain resolved successfully

success
boolean
data
object