List identity profiles
Returns a paginated list of identity profiles. When account_id is provided, lists IPs currently linked to that account's ledger. When omitted, lists IPs linked to any ledger the actor can read (including child accounts under a parent).
Required permissions:
- identity:read
Query parameters
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
The kind of identity profile (individual vs business).
Derived verification status for an identity profile.
The unique identifier of the company to filter to. When omitted, returns IPs across all ledgers the actor can read.
Response
A successful response
Example response
{
"data": [
{
"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 4 of the 74 revisions of this API.2715
- ●
deleted the
queryrequest parametercompany_idrequest-parameter-removed
- ○
added the new optional
queryrequest parameteraccount_idnew-optional-request-parameter
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the
queryrequest parameterprofile_typewas restricted to a list of enum valuesrequest-parameter-became-enum
- ▲
the
queryrequest parameterstatuswas restricted to a list of enum valuesrequest-parameter-became-enum
- ○
added the new enum value
action_requiredto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
approvedto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
businessto thequeryrequest parameterprofile_typerequest-parameter-enum-value-added
- ○
added the new enum value
individualto thequeryrequest parameterprofile_typerequest-parameter-enum-value-added
- ○
added the new enum value
manual_reviewto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
not_startedto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
pendingto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
added the new enum value
rejectedto thequeryrequest parameterstatusrequest-parameter-enum-value-added
- ○
for the
queryrequest parameterprofile_type, the type was generalized from no type tostringrequest-parameter-type-generalized
- ○
for the
queryrequest parameterstatus, the type was generalized from no type tostringrequest-parameter-type-generalized
- ▲
- ●
added the new
blocked_by_parentenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
deniedenum value to the//response 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
- ●
added the new
manual_reviewenum value to the//response 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
- ○
added the enum value
manual_reviewto the propertyoneOf[IdentityProfileStatuses]/of thequeryrequest parameterstatusrequest-parameter-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 the//response property for the response statusresponse-property-enum-value-added
- ○
added the enum value
action_requiredto the propertyoneOf[IdentityProfileStatuses]/of thequeryrequest parameterstatusrequest-parameter-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.