POST
/
v4
/
card
/
{cardId}
/
controlToken
curl --request POST \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/card/v4/card/{cardId}/controlToken
{
  "token": "<string>",
  "cardDataUrl": "<string>",
  "cardDataFrameUrl": "<string>"
}

Path Parameters

cardId
string
required

The id of the card's data requested

Query Parameters

auditUser
string
required

The audit user to log the request

Response

201
application/json
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.