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
GET /api/management/wrapper/ui/pages/data-offer-page/validate-asset-id/{assetId} HTTP/1.1
Host: my-connector
Accept: */*
default

default response

{
  "id": "text",
  "available": true
}

get

Validates if the provided contractDefinitionId is already taken

Path parameters
contractDefinitionIdstringRequired
Responses
default
default response
application/json
get
GET /api/management/wrapper/ui/pages/data-offer-page/validate-contract-definition-id/{contractDefinitionId} HTTP/1.1
Host: my-connector
Accept: */*
default

default response

{
  "id": "text",
  "available": true
}

get

Validates if the provided policyId is already taken

Path parameters
policyIdstringRequired
Responses
default
default response
application/json
get
GET /api/management/wrapper/ui/pages/data-offer-page/validate-policy-id/{policyId} HTTP/1.1
Host: my-connector
Accept: */*
default

default response

{
  "id": "text",
  "available": true
}

Last updated

Was this helpful?