GET /_system/entity/information
Get current entity information and configuration
Get current entity information and configuration
Key | Type | Example | |
---|---|---|---|
authorization required | string |
"Bearer your-jwt-token"
|
{
"_meta": {
"guid": "example-string",
"entity": "example-value",
"created": "example-value",
"modified": "example-value",
"updated": "example-value"
},
"hostname": "example-string",
"domains": [
{}
],
"template_login": "example-string",
"template_security": "example-string",
"template_passwordreset": "example-string",
"template_passwordreset_email": "example-string",
"cnames": [
"example-string"
]
}
{
"success": false,
"error": "HTTP_401",
"message": "Error response"
}
Error Code | Description |
---|---|
HTTP_401 | HTTP 401 error |
HTTP_404 | No entity found |
permission | description |
---|---|
BearerAuth |
JWT access token obtained from login endpoint required |
Back to Entity Management Return to the Entity Management category to view other endpoints All API Categories Browse all available API categories