Verifications
Create Verification
Initiates a new identity verification session with the specified eID provider.
post/v1/verifications
Request body
Example request
{
"providerId": "bankidse",
"userData": {
"email": "user@example.com"
}
}Response
Verification session created successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.