v2

latestOpenAPI 3.1.02026-07-31131352.3 KB
Public endpoints
Organisations

List organisations

Returns a list of organisations included in the register.

get/organisations

Response

OK

uristring uri required

The unique identifier for an organisation

labelstring required

The label of the organisation

Example response

[
  {
    "uri": "https://developer.overheid.nl",
    "label": "developer.overheid.nl"
  }
]