v8
OpenAPI 3.1.02026-08-033623795.0 MBIdentity profiles
Retrieve identity profile
Retrieves the details of an existing identity profile.
Required permissions:
- identity:read
get/identity_profiles/{id}
Path parameters
idstring required
Example:idpf_xxxxxxxxxxxxx
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"
}
]
}