GET
/attribute-settingsRead the tenant's attribute settings (strict mode)
Read the tenant's attribute settings.
Responses
200Successful operation
{
"success": true,
"data": {
"strict_mode": false
}
} 401Unauthenticated
{
"success": false,
"message": "Validation failed",
"code": "VALIDATION_ERROR"
} 403Forbidden
{
"success": false,
"message": "Validation failed",
"code": "VALIDATION_ERROR"
} Examples
curl https://ledga.io/api/v1/attribute-settings \
-H "Authorization: Bearer sk_xxxxxxxx_your_secret"