ZKBio CVAccess API Integration Guide
Complete practical guide to integrating ZKBio CVAccess/CVSecurity 3rd Party REST API with your systems. This page requires JavaScript to display the full interactive content.
What is ZKBio CVAccess API?
ZKBio CVAccess API (also known as ZKBio CVSecurity 3rd Party API) is a RESTful interface that enables third-party systems to integrate with the ZKBio CVAccess platform. It supports personnel management, door control, event monitoring, attendance tracking, and more via HTTP/HTTPS.
ACMS Third Party Integration Settings

In ZKBio CVAccess, navigate to System > Third Party Integration > ACMS to configure the connection to the external platform.
API Endpoints
- Personnel: /api/person/add, /api/person/get/{pin}, /api/person/delete/{pin}, /api/person/getPersonList
- Access Control: /api/accLevel/syncPerson, /api/accLevel/getByName/{name}, /api/accLevel/deleteLevel
- Doors: /api/door/allDoorState, /api/door/doorStateById, /api/door/remoteOpenById, /api/door/remoteoffById
- Devices: /api/device/accList, /api/device/getAcc, /api/device/getAtt
- Transactions: /api/transaction/list, /api/transaction/monitor, /api/transaction/device/{deviceSn}
- Attendance: /api/attApply/applySign, /api/attApply/applyLeave, /api/attApply/getLeaveTypeList
Authentication
ZKBio CVAccess API uses token-based authentication. Include a valid access_token as a query parameter in every API request:
GET /api/door/allDoorState?access_token=your_api_tokenZKB-API License
To use ZKBio CVAccess API, you must purchase a ZKB-API license from ZKTeco. This license unlocks all API endpoints for third-party system integration.
Visit StandTech | ZKBio CVAccess | Contact Us