Clone a Physical Card Profile
post/physical_card_profiles/{physical_card_profile_id}/clone
Path parameters
physical_card_profile_idstring required
The identifier of the Physical Card Profile to clone.
Request body
Example request
{
"front_image_file_id": "file_o6aex13wm1jcc36sgcj1"
}Response
Physical Card Profile
Example response
{
"back_image_file_id": "file_makxrc67oh9l6sg7w9yc",
"carrier_image_file_id": "file_makxrc67oh9l6sg7w9yc",
"contact_phone": "+16505046304",
"created_at": "2020-01-31T23:59:59Z",
"creator": "user",
"description": "Corporate logo card",
"front_image_file_id": "file_makxrc67oh9l6sg7w9yc",
"front_text": null,
"id": "physical_card_profile_m534d5rn9qyy9ufqxoec",
"idempotency_key": null,
"is_default": false,
"program_id": "program_i2v2os4mwza1oetokh9i",
"status": "active",
"type": "physical_card_profile"
}