---
title: "Retrieve a Card Profile"
method: GET
path: "/physical_card_profiles/{physical_card_profile_id}"
---

# Retrieve a Card Profile

`GET /physical_card_profiles/{physical_card_profile_id}`

## Path parameters

- `physical_card_profile_id` string, required — The identifier of the Card Profile.

## Response `200`

Physical Card Profile

- PhysicalCardProfile — This contains artwork and metadata relating to a Physical Card's appearance. For more information, see our guide on [physical card artwork](https://increase.com/documentation/card-art-physical-cards).
  - `back_image_file_id` string, nullable, required — 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_id` string, nullable, required — The identifier of the File containing the physical card's carrier image. This will be missing until the image has been post-processed.
  - `contact_phone` string, nullable, required — A phone number the user can contact to receive support for their card.
  - `created_at` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Physical Card Profile was created.
  - `creator` 'increase' | 'user', required — The creator of this Physical Card Profile.
  - `description` string, required — A description you can use to identify the Physical Card Profile.
  - `front_image_file_id` string, nullable, required — The identifier of the File containing the physical card's front image. This will be missing until the image has been post-processed.
  - `id` string, required — The Card Profile identifier.
  - `idempotency_key` string, nullable, required — 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_default` boolean, required — Whether this Physical Card Profile is the default for all cards in its Increase group.
  - `program_id` string, required — The identifier for the Program this Physical Card Profile belongs to.
  - `status` 'pending_creating' | 'pending_reviewing' | 'rejected' | 'pending_submitting' | 'active' | 'archived', required — The status of the Physical Card Profile.
  - `type` 'physical_card_profile', required — A constant representing the object's type. For this resource it will always be `physical_card_profile`.

## Other responses

- `4XX` — Error
- `5XX` — Error

---

[API](https://skmtc.dev/increase/apis/increase-api.md) · [All operations](https://skmtc.dev/increase/apis/increase-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/increase/increase-api/revisions/22125d715935/schema)
