Authorizations
The access token received from the /token endpoint. Refer to the Authentication page for more details.
Path Parameters
A unique Prove-generated identifier for the enrolled identity.
Query Parameters
A client-generated unique ID for a specific session. This can be used to identify specific requests. The format of this ID is defined by the client - Prove recommends using a GUID, but any format can be accepted. Do not include Personally Identifiable Information (PII) in this field.
Response
V3GetIdentityResponse
Response body for the Identity API GET method.
The number of the mobile phone. Refer to the Prove Pre-Fill with Mobile Auth and Prove Identity with Mobile Auth documentation for situations where this field is not required. US phone numbers can be passed in with or without a leading +1. Acceptable characters are: alphanumeric with symbols '+'.
"2001001695"
If true, the identity is currently active.
true
The carrier associated with this identity/mobile number.
"Verizon"
A client-generated unique ID for a specific customer. This can be used by clients to link calls related to the same customer, across different requests or sessions. The format of this ID is defined by the client - Prove recommends using a GUID, but any format can be accepted.
"e0f78bc2-f748-4eda-9d29-d756844507fc"
The country code associated with the customer/identity. This will be in the ISO 3166-1 A-2 format.
"US"
The time that this identity was created, in seconds since the Unix epoch.
1747671792
The time that this identity was created, in ISO 8601 format.
"2025-05-19T16:23:12.475Z"
A string that is the unique identifier for the Prove Key on the device. Only applicable if you are leveraging Prove Unify.
"bf9ea15d-7dfa-4bb4-a64c-6c26b53472fc"
A unique Prove-generated identifier for the enrolled identity. This is a UUID that can be used to reference the identity in future requests.
"e0f78bc2-f748-4eda-9d29-d756844507fc"
The type of line associated with this identity/mobile number.
"mobile"

