Contains information about usage of various operations. The value of signatureRequests contains information on the number of signature requests available and how many of them are used.
Number of signature requests raises only when package of signature requests is bought.
URL | https://apidev.okdokument.com/JSON/counter |
Method | GET |
Authentication | set header x-api-key |
Response | HTTP 200 when successful |
The answer is information about the number of operations in JSON Format.
Example:
{
"actual": {
"abc.storedFiles": "45",
"abc.deleted.f": "40",
"abc.usedSignatureRequests": "45",
"abc.downloaded": "39",
"abc.availableSignatureRequests": "35"
},
"downloaded": {
"2022.5.abc": "20"
},
"files": {
"2022.5.abc": "22"
},
"deleted.f": {
"2022.5.abc": "15"
},
"signatureRequests": {
"2022.5.abc": "22"
}
}