Send Biometric Invitation
Create a biometric verification invitation for a user. Returns an invitation URL the applicant can open to complete selfie/liveness and document capture.
Request
POST/api/v1/biometric/invite
{{baseUrl}}/api/v1/biometric/inviteHeader
Body Parameters
Response
200 OKSample dataExample response
{
"success": true,
"response_code": 200,
"message": "Verification link created for jane@example.com.",
"data": {
"verification": {
"name": "Jane Doe",
"first_name": "Jane",
"last_name": "Doe",
"email": "jane@example.com",
"reference": "BIO-0042",
"invitation_url": "https://example.com/biometric/verify/TOKEN",
"expires_at": "Jul 21, 2026 15:04"
}
},
"request_id": "550e8400-e29b-41d4-a716-446655440000"
}Response Fields
Set {{baseUrl}} to https://api.peleza.com (production) or https://sandbox.peleza.com (sandbox). Authenticated calls need a Bearer token from POST /api/v1/oauth/token.
