Read Access Point Configuration
GET/v3/config/data-space/access-point-endpoint
Reads Access Point Configuration of the organisation.
Responses
- 200
- 401
- 500
Data Marketplace Base Configurations read
Response Headers
Content-Type json
Content-Type header
- application/json
- Schema
- Example (from schema)
Schema
accessPointEndpoint stringrequired
The access point configuration of the organisation
{
"accessPointEndpoint": "string"
}
Unauthorized
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Internal server error
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Loading...