Add API endpoint to check if service is up and running?

Hello,
I was wondering if it would be a good idea to add an endpoint to the API to check that everything is working properly. Let me explain: sometimes your service might be down, or the private key might be inactive, or for some other reason, it would be preferable to make a request beforehand—before the merge request, for example—to ensure that the merge is available and will be successfully completed at 100%, rather than after the user has fully completed their document ?

Hi there,

We do not have an endpoint API to check, however, the API returns a list of error codes that you can use:

You can also save your annotations via exportAnnotations API:

best regards,
Kevin