Herald
OpenapiAuth

Public visibility of the self-service entry. Fail-closed: a missing toggle row resolves to `enabled: false`.

GET
/api/auth/{realmId}/signup/status

Path Parameters

realmId*string

Must be "admin"

Response Body

application/json

application/json

curl -X GET "https://example.com/api/auth/string/signup/status"
{  "enabled": true}
{  "code": "string",  "details": null,  "message": "string",  "requestId": "string",  "status": 0}