Currently in the process of migrating from Apiary.
curl --location 'https://ext.kasamax.cz/ext/unit/list' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"limit": 0,
"skip": 0,
"select": [
"string"
]
}'{
"data": {
"items": [
{
"code": "string",
"name": "string",
"localId": "string",
"priceLists": [
{
"localId": "string",
"externalId": "string",
"name": "string"
}
]
}
],
"total": 0
},
"isValid": true,
"errors": [
"string"
],
"messages": [
"string"
],
"warnings": [
"string"
]
}