Added

API Changelog 7.23.0

Added

  • Added a new endpoint to retrieve notarization requests, enabling you to programmatically fetch details about notarization processes.

    GET /public/v2/notary/notarization-requests

    • endpoint added

Changed

  • Enhanced the notarization request creation endpoint with new error responses, providing clearer feedback with 400 Bad Request and 401 Unauthorized statuses for invalid requests or authentication issues.

    POST /public/v2/notary/notarization-requests

    • added the non-success response with the status 400
    • added the non-success response with the status 401