Skip to main content

Release 19.06.2025

Changelog

Enhancements to Existing Endpoints

Account Creation Response Structure Updated

  • The response for Create a New Account has been updated for consistency with other endpoints.
    The account ID is now returned inside a data object:

    Before:

    {
    "id": "8f3d0c3d-9f3e-4ef6-8fae-c3169025dfcb"
    }

    Now:

    {
    "data": {
    "id": "8f3d0c3d-9f3e-4ef6-8fae-c3169025dfcb"
    }
    }