Identity profiles
List identity profile verifications
Returns a list of verifications attached to an identity profile, ordered by most recent first.
Required permissions:
- identity:read
get/identity_profiles/{id}/verifications
Path parameters
idstring required
Example:idpf_xxxxxxxxxxxxx
The unique identifier of the identity profile (idpf_xxx).
Query parameters
afterstring
Returns the elements in the list that come after the specified cursor.
beforestring
Returns the elements in the list that come before the specified cursor.
firstinteger
Returns the first n elements from the list.
Example:42
lastinteger
Returns the last n elements from the list.
Example:42
Response
A successful response
Example response
{
"data": [
{
"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 1 of the 41 revisions of this API.1
- ●
added the new
manual_reviewenum value to thedata/items/statusresponse property for the response status200response-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
- ●