Skip to main content
POST
Create an attribute

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
attribute_type
enum<string>
required
Available options:
String,
Integer,
Number,
Boolean,
List,
Object,
DateTime
active
boolean
default:true
is_visible
boolean
default:true
is_filterable
boolean
default:true

Response

200 - application/json

OK

message
string
success
boolean
content
object