Skip to main content
GET
/
organisation-attributes
/
{model}
?
Get organisation attributes
curl --request GET \
  --url https://api.getenso.ai/organisation-attributes/{model} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Success",
  "data": {}
}
SystemUser permission: OrganisationAttributesService:getOrganisationAttributes

Authorizations

Authorization
string
header
required

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

Path Parameters

model
string
required

model identifier

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object

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