user982124
user982124

Reputation: 4600

DocuSign API - Get Account Envelopes Count/Remaining Envelopes

Is there a DocuSign API endpoint I can call to retrieve the number of remaining envelopes in our account? For example if we are allowed 500 envelopes annually I would like to make an API call to get the number of sent/remaining envelopes for our plan within the current subscription period?

I've looked through the API docs and haven't been able to find an endpoint so far that will return this value.

Upvotes: 1

Views: 372

Answers (1)

Inbar Gazit
Inbar Gazit

Reputation: 14005

This endpoint: https://developers.docusign.com/docs/esign-rest-api/reference/accounts/accounts/getbillingcharges/

"allowedQuantity" - total enveloped

"usedQuantity": used so far

Upvotes: 1

Related Questions