x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/inventory/serials/extract?cursor_modified_at&cursor_card_pos&limit&serial_type&product_id&product_code' \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": 42,
"invoice": {
"id": 120,
"number": "INV-2026-001"
},
"metadata": {
"sdk_index_used": 1,
"sdk_interface": "ProductSerial",
"unique_id": 420,
"updated_at": "2026-03-01T10:00:00-04:00",
"updated_by_user_id": 7
},
"product": {
"code": "MAD-2X6",
"id": 5
},
"purchase": {},
"serial_number": "SN-ABC123",
"serial_type": 1,
"status": {
"is_deleted": false
},
"sync": {
"cursor": {
"card_pos": 42,
"modified_at": "2026-03-01T10:00:00-04:00"
},
"extracted_at": "2026-03-13T10:00:00-04:00",
"organisation_id": "mastodonte"
}
}
],
"count": 0,
"has_more": false,
"next_cursor": {
"modified_at": "2019-08-24T14:15:22.123Z",
"card_pos": 0
}
}