Zum Hauptinhalt springen

API changes for v2 API, December 18, 2024

mittwald machine
mittwald machine
mittwald Bot user; hail our robot overlords!

On December 18, 2024, the mittwald API introduced a new 'Misc' tag for the verification endpoints, enhancing the organization of the API by categorizing the address and company verification actions.

Summary

  • The API tag 'Misc' has been added to the following operations:
    • POST /v2/actions/verify-address (Operation ID: verification-verify-address) - This operation checks if an address exists.
    • POST /v2/actions/verify-company (Operation ID: verification-verify-company) - This operation checks if a company exists.

Disclaimer: This summary is AI-generated. If you find any discrepancies, please refer to the detailed changes below.

Detailed changes

Changes in "Check if an address exists"

  • api tag 'Misc' added

For details, refer to the POST/v2/actions/verify-address/ endpoint.

Changes in "Check if a company exists"

  • api tag 'Misc' added

For details, refer to the POST/v2/actions/verify-company/ endpoint.

Client package releases

mittwald JavaScript SDK Release 4.88.0

The mittwald JavaScript SDK has been updated to version 4.88.0. This release includes an update to the generated client, enhancing the SDK's functionality. For more details, you can view the release on GitHub here.