Skip to content

Fetch All NFC Cards

GET
/api/v1/developer/credentials/nfc_cards/tokens

Available since v1.22.16

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Query Parameters

page_num
Type
string
Example"1"
page_size
Type
string
Example"25"

Responses

Successful response

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": [
  
  
{
  
  
  
"token": "string",
  
  
  
"display_id": "string",
  
  
  
"status": "string",
  
  
  
"alias": "string",
  
  
  
"note": "string",
  
  
  
"card_type": "string",
  
  
  
"user_id": "string",
  
  
  
"user_type": "string",
  
  
  
"user": {
  
  
  
  
"id": "string",
  
  
  
  
"first_name": "string",
  
  
  
  
"last_name": "string",
  
  
  
  
"name": "string",
  
  
  
  
"avatar": "string"
  
  
  
}
  
  
}
  
],
  
"pagination": {
  
  
"page_num": 0,
  
  
"page_size": 0,
  
  
"total": 0
  
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI