Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions screening-api-docs/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -10207,6 +10207,13 @@
"format": "date-time",
"type": "string",
"example": "2021-01-01T00:00:00.000Z"
},
"verification_last_updated_at": {
"format": "date-time",
"type": "string",
"example": "2021-01-01T00:00:00.000Z",
"nullable": true,
"description": "Timestamp of the most recent identity verification activity (created or completed) for this lead. Null if no verification has occurred. Tracked separately from updated_at, which only reflects direct edits to the lead."
}
},
"required": [
Expand Down