/bff/domain/list
Returns all domains linked to the current organisation with their verification status, HTTP health and DNS information.
DomaingetBffDomainList
No parameters
This endpoint takes no path, query, header or body parameters.
Request
GET /bff/domain/list
curl -X GET "https://api.bizkithub.com/bff/domain/list" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"itemCount": 0,
"items": [
{
"id": "example.com",
"domainVerified": false,
"environment": "production",
"label": "example_label",
"description": "example_description",
"domain": "example.com",
"httpCode": 200,
"httpsSupport": false,
"title": "example_title",
"responseTime": 0,
"uptimeOk": false
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.