v3

latestOpenAPI 3.1.02026-07-31102245.5 KB
Public endpoints
Git organisations

List git organisations

Returns a list of git organisations that are included in the register.

get/git-organisations

Query parameters

pageinteger

Page number (1-based).

perPageinteger

Number of results per page.

organisationstring uri

Filter by organisation URI.

Response

OK

idstring uuid required
urlstring uri required

URL of the git organisation

Example response

[
  {
    "organisation": {
      "uri": "https://developer.overheid.nl",
      "label": "developer.overheid.nl"
    },
    "url": "https://github.com/developer-overheid-nl"
  }
]
All 10 operations