Signatures
Envelope Count
The endpoint retrieves the number of envelopes and divides them by folders. No tid/recipient access - authenticated user only.
AuthorizationBearer <token>
JWT token to authenticate the request.
In: header
X-Api-Key<token>
API key, sent as a request header.
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/signatures/envelope/count"{ "result": { "statusCode": 200, "message": "OK", "data": { "envelopes": { "inbox": 0, "sent": 0, "drafts": 0, "trash": 0, "todo": 0, "expiring": 0, "pending": 0, "completed": 0 } } }, "origin": "string", "dateTime": "string", "userId": "string"}{ "error": { "message": "Envelope not found.", "statusCode": 400, "innerErrors": [ { "code": "ENVELOPE_ID_INVALID", "message": "Envelope not found.", "userMessage": "Envelope not found." } ] }, "origin": "POST https://apim-mavenheadless-dev-westeu-1.azure-api.net/v1/signatures/envelope/create", "dateTime": "2026-07-20T12:00:00.0000000+00:00"}{ "error": { "message": "Envelope not found.", "statusCode": 400, "innerErrors": [ { "code": "ENVELOPE_ID_INVALID", "message": "Envelope not found.", "userMessage": "Envelope not found." } ] }, "origin": "POST https://apim-mavenheadless-dev-westeu-1.azure-api.net/v1/signatures/envelope/create", "dateTime": "2026-07-20T12:00:00.0000000+00:00"}