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>"
]
}
]
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>"
]
}
]
Successful response
The response is of type object[]
.