Clones a Digital Card Profile
post/digital_card_profiles/{digital_card_profile_id}/clone
Path parameters
digital_card_profile_idstring required
The identifier of the Digital Card Profile to clone.
Request body
Example request
{
"background_image_file_id": "file_1ai913suu1zfn1pdetru"
}Response
Digital Card Profile
Example response
{
"app_icon_file_id": "file_makxrc67oh9l6sg7w9yc",
"background_image_file_id": "file_makxrc67oh9l6sg7w9yc",
"card_description": "Black Card",
"contact_email": "user@example.com",
"contact_phone": "+18882988865",
"contact_website": "https://example.com",
"created_at": "2020-01-31T23:59:59Z",
"description": "Corporate logo Apple Pay Card",
"id": "digital_card_profile_s3puplu90f04xhcwkiga",
"idempotency_key": null,
"issuer_name": "National Phonograph Company",
"status": "active",
"text_color": {
"blue": 230,
"green": 255,
"red": 189
},
"type": "digital_card_profile"
}