Skip to content
UniFi Access API Docs
Search
K
Main Navigation
詳細文檔
API 快速查找
使用指南
繁體中文
English
繁體中文
English
Appearance
Menu
Return to top
Enroll NFC Card
POST
/api/v1/developer/credentials/nfc_cards/sessions
Authorizations
bearerAuth
Type
HTTP (bearer)
Request Body
application/json
Schema
JSON
JSON
{
"device_id"
:
"string"
,
"reset_ua_card"
:
true
}
Responses
200
400
401
403
Successful response
Content-Type
application/json
Schema
JSON
JSON
{
"code"
:
"string"
,
"msg"
:
"string"
,
"data"
:
{
"session_id"
:
"string"
}
}
POST
/api/v1/developer/credentials/nfc_cards/sessions
Playground
Server
Select a server...
Authorization
bearerAuth
Body
Try it out
Samples
Powered by
VitePress OpenAPI