Skip to main content
GET
/
settings
/
schema
/
{key}
Get setting schema
curl --request GET \
  --url https://api.getenso.ai/settings/schema/{key} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Success",
  "data": {}
}

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Path Parameters

key
string
required

Setting key

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object

Endpoint-specific payload (object, array, or null)