Verification
Get customer verification status
get/v1/verification/customers/{customerId}
Path parameters
customerIdstring required
Headers
X-API-Keystring
API key
Response
Example response
{
"customerId": "cus_abc123",
"sessions": [
{
"sessionId": "vs_abc123",
"status": "PENDING",
"createdAt": "2026-09-15T10:30:00Z",
"expiresAt": "2026-10-15T10:30:00Z",
"completedAt": "2026-09-20T10:30:00Z",
"progressPercentage": 50,
"completedSteps": [
"personal_info"
],
"requiredSteps": [
"personal_info",
"documents"
],
"verificationUrl": "https://verify.infinite.dev/?sessionId=vsess_abc123"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.