> ## Documentation Index
> Fetch the complete documentation index at: https://humanity-eaeda8f6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Feeds · Credentials

<Callout>
  **SDK equivalent**

  ```ts theme={null}
  const feed = await sdk.pollCredentialUpdates(accessToken, {
    updatedSince,
    limit,
  });
  ```
</Callout>

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.
