Skip to main content
GET
Get live validation/SSL status for the tenant's custom domain
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /domains/status Description: Fetches the latest hostname/SSL status, persists it locally, and returns it. 404s if the tenant has no custom domain configured. Authorization:
  • Required role: user or higher
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Response

Domain status retrieved

success
boolean
Example:

true

data
object