---
title: "Fetch the provisional copy of a given customer profile."
method: GET
path: "/v1/CustomerProfiles/{CustomerProfileSid}/ProvisionalCopy"
tags: ["TrusthubV1CustomerProfilesProvisionalCopy"]
---

# Fetch the provisional copy of a given customer profile.

`GET /v1/CustomerProfiles/{CustomerProfileSid}/ProvisionalCopy`

Fetch the provisional copy of a given customer profile.

## Path parameters

- `CustomerProfileSid` string, required

## Response `200`

OK

- TrusthubV1CustomerProfileProvisionalCopy
  - `customer_profile_sid` string, nullable — The unique SID identifier of the Customer Profile.
  - `account_sid` string, nullable — The unique SID identifier of the Account.
  - `policy_sid` string, nullable — The unique string of a policy that is associated to the Customer-Profile resource.
  - `friendly_name` string, nullable — A human readable description of this resource, up to 64 characters.
  - `status` string, nullable — The verification status of the Customer-Profile resource.
  - `email` string, nullable — The email address that will receive updates when the Customer-Profile resource changes status.
  - `status_callback` string, uri, nullable — The URL we call to inform your application of status changes.
  - `valid_until` string, date-time, nullable — The date and time in GMT in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format when the resource will be valid until.
  - `date_created` string, date-time, nullable — The date that this Customer Profiles Provisional Copy was created, given in ISO 8601 format.
  - `date_updated` string, date-time, nullable — The date that this Customer Profiles Provisional Copy was updated, given in ISO 8601 format.
  - `url` string, uri, nullable — The URL of this resource.

---

[API](https://skmtc.net/twilio/apis/trusthub-v1.md) · [All operations](https://skmtc.net/twilio/apis/trusthub-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/trusthub-v1/revisions/efbeb2fac001/schema)
