v2

latestOpenAPI 3.1.02026-07-21131250.4 KB
Private endpoints
Organisations

Create organisation

Create a new organisation.

post/organisations

Request body

uristring uri required

The unique identifier for an organisation

labelstring required

The label of the organisation

Example request

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

Response

Created

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