Other APIs

This section provides an overview of all available APIs that adhere to the OpenAPI specification. All APIs are loaded from the OpenAPI specification file: Link. Please note that the API base-paths may differ depending on the connector, the specific API base-path can be seen in the UI dashboard.


get

Validates if the provided assetId is already taken

Path parameters
assetIdstringRequired
Responses
default

default response

application/json
get
/wrapper/ui/pages/data-offer-page/validate-asset-id/{assetId}
default

default response


get

Validates if the provided contractDefinitionId is already taken

Path parameters
contractDefinitionIdstringRequired
Responses
default

default response

application/json
get
/wrapper/ui/pages/data-offer-page/validate-contract-definition-id/{contractDefinitionId}
default

default response


get

Validates if the provided policyId is already taken

Path parameters
policyIdstringRequired
Responses
default

default response

application/json
get
/wrapper/ui/pages/data-offer-page/validate-policy-id/{policyId}
default

default response

Last updated

Was this helpful?