Settings

Integrations, people and the numbers the rules run on.

JWT Grant
JWT Grant has no refresh token. The access token lives one hour and is re-minted from a freshly signed assertion, so what matters here is consent and the key, not an expiry date. Account ID and base URI are discovered from /oauth/userinfo and cached — that endpoint is itself rate limited.
Status
ConsentGranted
Access token38:04
Calls this hour412 / 3,000
HMAC failures0
Connect webhook
Signature arrives as X-DocuSign-Signature-1, and up to -100 during key rotation — we accept if any of them verifies. The digest is computed over the raw request bytes before parsing; re-serialising the JSON first breaks it.