v14
latestOpenAPI 3.1.02026-08-083813925.4 MBVerifications
Retrieve Verification
Returns verifications for an account, including their status and any required actions.
get/verifications/{verification_id}
Path parameters
verification_idstring required
Verification profile ID, prefixed idpf_.
Response
verification retrieved
Example response
{
"address": {
"city": "New York",
"country": "US",
"line1": "123 Spring Street",
"line2": "Apt 4B",
"postal_code": "10012",
"state": "NY"
},
"business_name": "Pickaxe Labs LLC",
"business_structure": "sole_proprietorship",
"country": "US",
"created_at": "2026-06-01T12:00:00.000Z",
"date_of_birth": "1990-01-01",
"first_name": "Alex",
"id": "idpf_xxxxxxxxxxxx",
"last_name": "Rivera",
"requested_information": [
{
"errors": [
{
"code": "document_not_readable",
"reason": "The uploaded image was too blurry to read."
}
],
"id": "inrqi_xxxxxxxxxxx",
"label": "Bank Statement or a check for account ending in 4242",
"options": [
"sole_proprietorship"
],
"requirement": "bank_statement",
"type": "files"
}
],
"required_documents": [
{
"document": "id_card_front",
"rejection_reason": "Document image was too blurry to read."
}
],
"session_url": "https://verify.whop.com/session/idpf_xxxxxxxxxxxx",
"updated_at": "2026-06-02T12:00:00.000Z"
}