Access Point Configurations
GET/service/data-space/:organisationId/.well-known/access-point-configuration
The Access Point Configuration Metadata endpoint for an organisation's capabilities in regards to a Data Marketplace.
Request
Path Parameters
organisationId stringrequired
The ID of the organisation
Responses
- 200
Get Access Point Configurations Metadata
Response Headers
Content-Type json
Content-Type header
- application/json
- Schema
- Example (from schema)
Schema
access_point_endpoint string
Access Point Configuration endpoint URL
authorization_server string
OAuth Authorization Server URL for the organisation
get_verification_request_endpoint string
Get Verification Request endpoint URL for the organisation, where a verification request can be initiated
post_verification_request_endpoint string
Post Verification Request endpoint URL for the organisation, where a verification request can be received
{
"access_point_endpoint": "string",
"authorization_server": "string",
"get_verification_request_endpoint": "string",
"post_verification_request_endpoint": "string"
}
Loading...