v3

latestOpenAPI 3.1.02026-07-31102245.5 KB
Public endpoints
Organisations

List organisations

List organisations

get/organisations

Query parameters

pageinteger

Page number (1-based).

perPageinteger

Number of results per page.

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"
  }
]