This block + 6,000 more — yours with Pro

Chat Bookmarked Messages

16/200
Docs
LZ
Leo Zhang

Online

LZ
I finished the API documentation for the v2 endpoints. Want me to share the link?
11:05 AM
Yes please! I need it for the integration guide I'm writing.
11:06 AM
LZ
Here it is: docs.acme.com/api/v2. The auth section has the new OAuth2 PKCE flow documented with code samples for React and Node.
11:07 AM
Bookmarking that. Also, what's the rate limit for the new search endpoint?
11:08 AM
LZ
Rate limit is 100 requests per minute per API key for search. For batch operations it's 20 per minute. Both are documented in the rate limits section.
11:09 AM
That's helpful. And the webhook payload format - did that change from v1?
11:10 AM
LZ
Yes, v2 webhooks use a standardized envelope: { event, timestamp, data, signature }. The signature uses HMAC-SHA256 now instead of the old MD5 hash. Migration guide is at docs.acme.com/api/v2/webhooks/migration.
11:12 AM
Great. I'll save these references and work them into the guide. Should have a draft by end of day.
11:14 AM
Saved messages (3)
Newest first
Leo Zhang
11:07 AM

Here it is: docs.acme.com/api/v2. The auth section has the new OAuth2 PKCE flow documented with code samples for React and Node.

Leo Zhang
11:09 AM

Rate limit is 100 requests per minute per API key for search. For batch operations it's 20 per minute. Both are documented in the rate limits section.

Leo Zhang
11:12 AM

Yes, v2 webhooks use a standardized envelope: { event, timestamp, data, signature }. The signature uses HMAC-SHA256 now instead of the old MD5 hash. Migration guide is at docs.acme.com/api/v2/webhooks/migration.