v1
latestOpenAPI 3.1.02026-07-2496304466.3 KBAccounts: ID+V
Start Identity Verification
post/accounts/{account_id}/identity_verification
Path parameters
account_idstring required
An account identifier.
Headers
LMG-Data-Privacy-Access-Principalstring required
LMG-Data-Privacy-Access-Justificationstring required
Request body
Example request
{
"redirect_success": "my-app://brokerage/success",
"redirect_failure": "my-app://brokerage/failure"
}Response
Successful Response
Example response
{
"url": "https://example.com/video-ident?id=123-456-789"
}