Skip to main content
POST
/
v4
/
card
/
{cardId}
/
controlToken
Initiate card data retrieval
curl --request POST \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/card/v4/card/{cardId}/controlToken' \
  --header 'Authorization: Basic <encoded-value>'
{
  "token": "<string>",
  "cardDataUrl": "<string>",
  "cardDataFrameUrl": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.enfuce.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

cardId
string<biginteger>
required

The id of the card's data requested

Query Parameters

auditUser
string
required

The audit user to log the request

Response

Successful creation of the control token

token
string
required

The control token.

cardDataUrl
string

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

cardDataFrameUrl
string

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