Enrollment
Update card enrollment
Update card existing enrolled/registered credentials in VFC accounts.
Note: This endpoint takes an account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a 401 Unauthorized error.
put/flex_credentials/v1/vfc/enrollment/cards
Request body
Example request
{
"newCardId": 186283624,
"existingCardId": 186248443
}Response
Success
Example response
{
"card_id": 6743052,
"document_id": "v-301-923113d1-c87e-460f-a504-9eb7999163ff"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.