v3
latestOpenAPI 3.1.02026-07-31102245.5 KBPublic 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
Example response
[
{
"organisation": {
"uri": "https://developer.overheid.nl",
"label": "developer.overheid.nl"
},
"url": "https://github.com/developer-overheid-nl"
}
]