Identity Verification
Verify Employment Identity
Endpoint to confirms the employment profile is from the actual employee
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employment documents (employment_documents) | - | Manage identity verification (identity_verification:write) |
post/v1/identity-verification/{employment_id}/verify
Path parameters
employment_idstring required
Employment ID
Response
Success
Example response
{
"data": {
"status": "ok"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.