Search Tokens

Retrieve list of tokens based on card proxy.

Request
Security:
path Parameters
card_proxy
required
string

card_proxy

version
required
string
query Parameters
start_index
integer <int32>
Default: 0
limit
integer <int32>
Default: 20
token_status
string (TokenStatus)
Enum: "ACTIVE" "SUSPEND" "DELETE" "UNMAPPED"
extended_search
boolean
Default: false
Responses
200

Returns the Tokens

400

Bad request

401

Unauthorized

404

Card not found

500

Server Error

get/api/{version}/cards/{card_proxy}/tokens
Request samples
curl -i -X GET \
  'https://qvapikeybank.qolopay.com/api/{version}/cards/{card_proxy}/tokens?start_index=0&limit=20&token_status=ACTIVE&extended_search=false' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'
Response samples
application/json
{
  • "count": 0,
  • "start_index": 0,
  • "end_index": 0,
  • "has_more": true,
  • "data": [
    • {
      • "token_guid": "612f310f-a8d2-401b-8e5a-ce42b43d6d85",
      • "card_proxy": "string",
      • "tsp_name": "string",
      • "token_unique_reference": "string",
      • "token_requestor_name": "string",
      • "token_requestor_id": "string",
      • "device_name": "string",
      • "device_type": "string",
      • "token_status": "ACTIVE",
      • "token_expiration_date": "string",
      • "wallet_id": "string",
      • "token_deleted_from_consumer_app": "string",
      • "provisioning_description": "string",
      • "token_suffix": "string",
      • "account_suffix": "string"
      }
    ],
  • "check_statuses": [
    • "string"
    ]
}
Copyright © 2023 KeyBank & Qolo. All rights reserved.