Skip to main content

Register service at Discovery Service

Before another party can interact with you, they will first need to find your endpoints. The discovery service in the Nuts node helps you.

Via Nuts admin

to do

Via API:

POST /internal/discovery/v1/coffeecorner/my_subject_identifier<servicedefinition-id>/<subject-id>

{
  "registrationParameters": {
    "abc": "xyz",
    "someparameter": "somevalue"
  }
}

Replace <servicedefinition-id> with the servicedefinition-id and replace <subject-id> with the subject-id of the organization.

For each use case a discovery service definition is specified that specifies the servicedefinition-id and the registrationParameters.