Skip to main content
POST
Initiate Card Data Retrieval

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-audit-user
string

Optional audit user header

Path Parameters

id
string<uuid>
required

Unique identifier of the card.

Body

application/json
sequenceNumber
integer

The sequence number of the card version to use. If not specified, the latest card version is used by default. Only card versions not in CLOSED status are allowed.

Required range: x >= 1
Example:

1

Response

Control token generated successfully

token
string
required

The control token.

Example:

"eyJlbmMiOiJBMjU2R0NNIiwiYWxnIjoiZGlyIn0..pTLFy-lzse0ZmtOX.vjG0cY1uxH8v80amEjOgPs0zUv9lDXrskW0nM0MBArCBqzZ9Ph2k3Lt85L1uEq2RK0YG6mCTJdGOyOuuO3CmPE-_w941ya5y4RskdHefCkQDdRG3sesQ070d1nMgLRWFLorJKjn7umSyOrRMjMjQg684O5VWxlApPwgIt4sOXbTZKcrRh5qv-8cBDp4IYQ-HznucHiloVtjZf2he.UrmJDmSYeBSveB-uojVDnA"

cardDataUrl
string

The URL to call on mobile devices for accessing the card's data.

Example:

"https://api.tenant.sandbox.mycore.enfuce.com/issuer-web/card-data/view"

cardDataFrameUrl
string

The URL to open in iframe to access the card's data.

Example:

"https://api.tenant.sandbox.mycore.enfuce.com/issuer-web/card-data/view/frame"