API Documentation
docs.signius.eu
SEAL
SEAL
  • 🦭SIGNIUS SEAL API Documentation
  • Server Methods
    • 🎒Batch Methods
    • 📄Document Methods
    • 📈Process Methods
    • 🔢Stats Method
    • 🥔TSA Methods
  • Client Methods
    • 📲Document Methods
Powered by GitBook
On this page
  • Get usage info
  • Get usage info
  1. Server Methods

Stats Method

Get usage info

Get usage info

POST /api/stats/usage

This method is used to obtain information about the number of consumed and avaialble signatures/operations per process.

Example response:
{
    "keyUsage": "integer”,
    "maxKeyUsage": "integer”
}

PreviousProcess MethodsNextTSA Methods

Last updated 8 months ago

🔢