READ - Read organisation
GET {{baseUrl}}/organizations/:organizationID
This endpoint is used to read the organisation information as configured by the organisation in the consent building block. This is used, for e.g., in the privacy dashboard.
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"Organization":{"ID":"\u003cstring\u003e","Name":"\u003cstring\u003e","CoverImageURL":"\u003cstring\u003e","LogoImageURL":"\u003cstring\u003e","Location":"\u003cstring\u003e","Type":{"Type":"\u003cstring\u003e"},"Description":"\u003cstring\u003e","PolicyURL":"\u003cstring\u003e","EulaURL":"\u003cstring\u003e"}}