x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/inventory/categories/extract?cursor_modified_at&cursor_card_pos&limit&description_prefix' \
--header 'x-api-key: <api-key>'{
"items": [
{
"code": "COUL",
"id": 3,
"length": 5,
"metadata": {
"sdk_index_used": 1,
"sdk_interface": "Category",
"unique_id": 150,
"updated_at": "2026-03-05T10:00:00-05:00",
"updated_by_user_id": 1
},
"name": "Couleur",
"status": {
"is_active": true,
"is_deleted": false,
"is_used": true
},
"sync": {
"cursor": {
"card_pos": 3,
"modified_at": "2026-03-05T10:00:00-05:00"
},
"extracted_at": "2026-03-13T10:04:08-04:00",
"organisation_id": "mastodonte"
},
"without_items": false
}
],
"count": 0,
"has_more": false,
"next_cursor": {
"modified_at": "2019-08-24T14:15:22.123Z",
"card_pos": 0
}
}