Skip to main content

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

Get Access Point Configurations Metadata

Response Headers
  • Content-Type json

    Content-Type header

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

Loading...