// all feedback submissions
The code snippet in Step 3 throws a TypeError when using Node 20+
Would be helpful to include rate limit headers in the response example
Unclear whether to use npm or yarn — both are mentioned but steps differ
Missing `payment.refunded` event type from the table
This example uses deprecated `client.connect()` — should be `client.init()`
Not clear if API keys are scoped per-project or per-organization
Environment variable name changed from DOCPULSE_KEY to DP_API_KEY but docs still reference old name
A cursor-based pagination example would be more useful than offset-based for large datasets
Screenshot shows old dashboard UI — the "Create Project" button has moved to the top nav
The HMAC verification code example is missing the timestamp check, making it vulnerable to replay attacks
const token = await client.getToken()