Get a list of product attribute
/api/attributes
:id - id of product attribute
Method GET
Request Headers
x-token: 83d7e09f5cce1de1b1fc18f312667785ee6502cfb13f35ff98902a2fd0ecbb99
{
"status": "ok",
"data": [
{
"id": 11,
"name": "тест1",
"type": "string",
"systemName": "test",
"options": []
}
]
}