Skip to main content
POST
/
attributes
Create attributes
curl --request POST \
  --url https://api.getenso.ai/attributes \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "message": "Success",
  "data": {}
}
SystemUser permission: AttributeService:createAttribute

Authorizations

Authorization
string
header
required

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

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object

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