Returns Hedera ID for specific Module

Returns Hedera message ID for the specified published module.

GET /modules/{uuid}/export/message

Returns the Hedera message ID for the specified module published onto IPFS. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

Name
Type
Description

uuid*

String

Selected module ID.

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/ExportModule'
}