GET
/
attributes
/
{object}
/
make
curl --request GET \
  --url https://api.breakcold.com/rest/attributes/{object}/make \
  --header 'X-API-KEY: <api-key>'
[
  {
    "name": "<string>",
    "label": "<string>",
    "help": "<string>",
    "multiple": true,
    "type": "<string>",
    "options": [
      "<any>"
    ]
  }
]

Authorizations

X-API-KEY
string
header
required

Path Parameters

object
string
required

Response

200
application/json
Successful response
name
string
required
label
string
required
type
string
required
help
string | null
multiple
boolean
options
array