Elements
Retrieve Element Results
GET
/
elements
/
token
/
{pk_elem_id}
/
results
Returns results and metadata for a given Element token.
Path Parameters
pk_elem_id
string
requiredID of the Element token.
Returns
Returns information about the Element token and session.
Auth Events
Event prefix | Description |
---|---|
AUTH_INTRO | Indicates when the user opens, closes, or continues past the Intro screen |
AUTH_NAME | Indicates when the user opens, closes, or continues past the input name screen |
AUTH_PHONE | Indicates when the user opens, closes, or continues past the input phone screen |
AUTH_PHONE_VERIFY | Indicates when the user opens the phone verification screen, submits a code, resends a code, or closes the screen |
AUTH_DOB | Indicates when the user opens, closes, or continues past the date of birth input screen |
AUTH_ADDRESS | Indicates when the user opens, closes, or continues past the address input screen |
AUTH_SSN4 | Indicates when the user opens, closes, or continues past the last 4 of SSN input screen |
AUTH_SECQ | Indicates when the user opens, closes, incorrectly answers, or continues past the security questions screen |
AUTH_CONSENT | Indicates when the user opens, closes, or continues past the account consent screen |
AUTH_SUCCESS | Indicates when the user successfully completes the Authentication portion of Connect |
AUTH_FAILURE | Indicates if the user ran into an error during the Authentication portion of Connect |
Account Verification Events
Event prefix | Description |
---|---|
AVF_ACCOUNT_LIST | Indicates when the user opens or exits out of the account list |
AVF_LEARN_MORE | Indicates when the user opens or exits out of the Learn More modal |
AVF_ACCOUNT_VERIFY | Indicates when the user opens, submits, or closes the verification modal for a specific account |
AVF_SUCCESS | Indicates when the user opens or continues past the verification success screen |
AVF_EMPTY_SUCCESS | Indicates when the user opens or continues past the success screen shown if there were no accounts that required verification |
AVF_SKIP_ALL | Indicates when the user skips all account verifications |
AVF_ERROR | Indicates when the user is displyed an error screen during account verification |