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
- application/json
Body
dataDisclosureAgreementRecordId stringrequired
Data Disclosure Agreement Record ID
individualId string
Individual ID
Responses
- 200
Successful Access Token release
- application/json
- Schema
- Example (from schema)
Schema
accessToken string
Access token to be used at Resource Server
{
"accessToken": "string"
}
Loading...