portal
Get portal verifications
Return a verification analytics timeseries for the authenticated portal session's end user.
Authenticates only with a portal session cookie and always restricts results to verification events attributed to the session's external identity. Unlike analytics.getVerifications, this endpoint takes a fixed time window (no query language) and returns a zero-filled, outcome-broken-out timeseries. Bucket granularity is chosen automatically from the window size.
post/v2/portal.getVerifications
Request body
Example request
{
"startTime": 1704067200000,
"endTime": 1704672000000,
"keyId": "key_1234abcd"
}Response
Successfully retrieved verification analytics.
Example response
{
"meta": {
"requestId": "req_123"
},
"data": [
{
"time": 1704067200000
}
]
}