v3

latestOpenAPI 3.1.02026-07-31102245.5 KB
Private endpoints
Organisations

Create organisation

Create a new organisation.

post/organisations

Request body

uristring uri required

The unique identifier for an organisation

labelstring

Fallback label when TOOI does not provide one

Example request

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

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