GET
/physical_card_profiles/{physical_card_profile_id}Retrieve a physical card profile
Retrieves a physical card profile by its identifier. Use the profile details to inspect its artwork, program, status, and other metadata.
physical_card_profile_idstringrequired
The identifier of the physical card profile to retrieve.
200Returns the physical card profile, including its identifier, creation time, status, program, artwork file identifiers, and other profile details.
back_image_file_idstringrequired
The identifier of the File containing the physical card's back image. This will be missing until the image has been post-processed.
carrier_image_file_idstringrequired
The identifier of the File containing the physical card's carrier image. This will be missing until the image has been post-processed.
contact_phonestringrequired
A phone number the user can contact to receive support for their card.
created_atstringrequired
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Physical Card Profile was created.
creatorstringrequired
The creator of this Physical Card Profile.
descriptionstringrequired
A description you can use to identify the Physical Card Profile.
front_image_file_idstringrequired
The identifier of the File containing the physical card's front image. This will be missing until the image has been post-processed.
front_textobjectrequired
Text printed on the front of the card. Reach out to [support@increase.com](mailto:support@increase.com) for more information.
idstringrequired
The Card Profile identifier.
idempotency_keystringrequired
The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about [idempotency](https://increase.com/documentation/idempotency-keys).
is_defaultbooleanrequired
Whether this Physical Card Profile is the default for all cards in its Increase group.
program_idstringrequired
The identifier for the Program this Physical Card Profile belongs to.
statusstringrequired
The status of the Physical Card Profile.
typestringrequired
A constant representing the object's type. For this resource it will always be `physical_card_profile`.
4XXReturned when the request cannot be fulfilled.
5XXReturned when the service encounters an internal error.
Error handling
The physical_card_profile_id path parameter must identify the physical card profile to retrieve.