Skip to main content
SDK equivalent
const feed = await sdk.pollCredentialUpdates(accessToken, {
  updatedSince,
  limit,
});
Poll for credential changes tied to your tenant. Each page includes:
  • items[] – user-scoped preset verdicts (value, status, expires_at, updated_at)
  • last_modified – pass this back as updated_since to resume where you left off
  • has_more – true when additional pages are available
Call this endpoint directly from your integration and persist the cursor after each successful sync to avoid replaying data.