Retrieve identity profile
Retrieves the details of an existing identity profile.
Required permissions:
- identity:read
Path parameters
The unique identifier of the identity profile (idpf_xxx).
Response
A successful response
Example response
{
"created_at": "2023-12-01T05:00:00.401Z",
"id": "idpf_xxxxxxxxxxxxx",
"linked_companies": [
{
"id": "biz_xxxxxxxxxxxxxx",
"title": "Pickaxe"
}
],
"updated_at": "2023-12-01T05:00:00.401Z",
"verifications": [
{
"created_at": "2023-12-01T05:00:00.401Z",
"id": "verf_xxxxxxxxxxxxx",
"last_error_reason": "Document image was too blurry to read.",
"session_url": "https://verify.stripe.com/session/abc123"
}
]
}Changes
Changed in 2 of the 74 revisions of this API.62
- ●
added the new
blocked_by_parentenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
deniedenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
manual_reviewenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
manual_reviewenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
manual_reviewenum value to the//response property for the response statusresponse-property-enum-value-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
action_requiredenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
Of the 74 revisions, 1 has no diff computed.