Skip to main content

Pull Data Endpoint

POST 

/config/data-space/:organisationId/pull-data

The Pull Data endpoint allows a Data Using Service to Pull Data according to a specific Data Disclosure Agreement record signed by themselves and a Data Source, either anonymously or for a specific individual.

Request

Path Parameters

    organisationId stringrequired

    The ID of the organisation

Body

    dataDisclosureAgreementRecordId stringrequired

    Data Disclosure Agreement Record ID

    individualId string

    Individual ID

Responses

Successful Access Token release

Schema
    accessToken string

    Access token to be used at Resource Server

Loading...