v3
latestOpenAPI 3.1.02026-07-31102245.5 KBPrivate endpoints
Git organisations
Create git organisation
Register a new git organisation in the register.
post/git-organisations
Request body
Example request
{
"organisationUri": "https://developer.overheid.nl",
"url": "https://github.com/developer-overheid-nl"
}Response
Created
Example response
{
"organisation": {
"uri": "https://developer.overheid.nl",
"label": "developer.overheid.nl"
},
"url": "https://github.com/developer-overheid-nl"
}