POST
/
v1
/
card
/
{cardId}
curl --request POST \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/pincontrol/v1/card/{cardId} \
  --header 'Content-Type: application/json' \
  --data '{
  "scope": "VIEW_PIN"
}'
{
  "id": "<string>",
  "pinURL": "<string>",
  "pinFrameURL": "<string>"
}
Deprecated: This API endpoint is no longer supported.

Path Parameters

cardId
string
required

The id of the card for which the PIN should be accessed

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json
The related PIN control request data

The body is of type object.

Response

201
application/json
Successful creation of the access token

The response is of type object.